~ihabunek/harvey

16aaa8757c36bfd2874aad734a7b4998f1c7339f — Ivan Habunek a month ago 22f8561
Update build script
1 files changed, 9 insertions(+), 6 deletions(-)

M .builds/deploy.yaml
M .builds/deploy.yaml => .builds/deploy.yaml +9 -6
@@ 6,15 6,13 @@ packages:
  - libwxgtk3.0-gtk3-0v5
  - libsctp1
sources:
  - https://git.sr.ht/~ihabunek/harvey_ex
secrets:
  - 01a91766-58c7-44f1-ba4a-a0be387bce1b
  - https://git.sr.ht/~ihabunek/harvey
tasks:
  - elang: |
      curl https://packages.erlang-solutions.com/erlang/debian/pool/esl-erlang_25.0.4-1~debian~stretch_amd64.deb -o erlang.deb
  - erlang: |
      curl https://binaries2.erlang-solutions.com/debian/pool/contrib/e/esl-erlang/esl-erlang_26.2.1-1~debian~bullseye_amd64.deb -o erlang.deb
      sudo dpkg -i erlang.deb
  - elixir: |
      curl https://packages.erlang-solutions.com/erlang/debian/pool/elixir_1.13.4-1~debian~buster_all.deb -o elixir.deb
      curl https://binaries2.erlang-solutions.com/debian/pool/contrib/e/elixir/elixir_1.16.1_1_otp_26.2.1~debian~bullseye_all.deb -o elixir.deb
      sudo dpkg -i elixir.deb
  - locale: |
      echo "en_US.UTF-8 UTF-8" > /tmp/locale


@@ 32,3 30,8 @@ tasks:
      mix compile
      mix assets.deploy
      mix release --overwrite
  - package: |
      cd harvey/_build
      tar cvzf harvey.tar.gz prod
artifacts:
  - harvey/_build/harvey.tar.gz