Files
wish/.build.yml
Daniel Patterson b683cb2353
Some checks reported errors
builds.sr.ht Job failed
Add test step
2024-01-08 13:28:18 +00:00

17 lines
262 B
YAML

image: debian/stable
packages:
- build-essential
- git
- elixir
- erlang
sources:
- git@git.broccoli.town:dp/wish
tasks:
- setup: |
cd wish
mix local.hex --force
mix local.rebar --force
mix deps.get
- test: |
mix test