website/.woodpecker/build.yml
Siina Mashek 856f00a23b
Some checks failed
ci/woodpecker/push/build Pipeline failed
Adding woodpecker
2024-12-09 17:35:09 +02:00

13 lines
233 B
YAML

when:
- event: push
branch: main
steps:
- name: build
image: quay.io/mbrancaleoni/docker-elixir
commands:
- mix local.rebar --force
- mix local.hex --force
- mix deps.get
- mix tableau.build