~boringcactus/gemifedi

87df160c031781d8a46495eafed21425ad1da7f6 — Melody Horn 2 years ago 684a5f8
fix the goddamn build
1 files changed, 6 insertions(+), 3 deletions(-)

M .build.yml
M .build.yml => .build.yml +6 -3
@@ 1,11 1,14 @@
image: alpine/latest
image: ubuntu/lts
packages:
  - rust
  - cargo
  - curl
  - libssl-dev
  - pkg-config
sources:
  - https://git.sr.ht/~boringcactus/gemifedi
tasks:
  - build: |
      curl https://sh.rustup.rs -sSf | sh -s -- --quiet -y
      source $HOME/.cargo/env
      cd gemifedi
      cargo test
      cargo build