Skip to content
This repository has been archived by the owner on Dec 25, 2023. It is now read-only.

Commit

Permalink
clean up build file
Browse files Browse the repository at this point in the history
  • Loading branch information
silbermm committed Dec 24, 2023
1 parent 05b77de commit 0248a8b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .builds/elixir.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
image: ubuntu/lts
packages:
- build-essential
- zip
- libgpgme-dev
- autoconf
Expand All @@ -21,16 +22,21 @@ tasks:
- install_asdf: |
git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.13.1
source "$HOME/.asdf/asdf.sh"
- install_rust_and_compile_project: |
- install_rust: |
curl https://sh.rustup.rs -sSf | bash -s -- -y
source "$HOME/.cargo/env"
- install_elixir: |
cd genex
export KERL_CONFIGURE_OPTIONS="--disable-debug --without-javac"
source "$HOME/.asdf/asdf.sh"
source "$HOME/.cargo/env"
asdf plugin add erlang https://github.com/asdf-vm/asdf-erlang.git
asdf plugin-add elixir https://github.com/asdf-vm/asdf-elixir.git
asdf install
- compile_project: |
cd genex
source "$HOME/.asdf/asdf.sh"
source "$HOME/.cargo/env"
mix local.hex --force
mix local.rebar --force
mix deps.get
Expand Down

0 comments on commit 0248a8b

Please sign in to comment.