return to erlang target

This commit is contained in:
Lunarmagpie 2023-03-10 06:04:01 -05:00
parent bff3b93569
commit 3a21fb37e0
4 changed files with 7 additions and 22 deletions

View file

@ -1,10 +1,7 @@
#!/usr/bin/env bash
# Install Node
source ../../node/16.3.0/build.sh
# Install Erlang
# source ../../erlang/23.0.0/build.sh
source ../../erlang/23.0.0/build.sh
# Install Gleam
curl -L "https://github.com/gleam-lang/gleam/releases/download/v0.27.0/gleam-v0.27.0-x86_64-unknown-linux-musl.tar.gz" --output gleam.tar.gz
@ -17,4 +14,4 @@ source ./environment
# Install the standard library
gleam new project --skip-git
cd project
gleam build --target=javascript
gleam build