Adding woodpecker ci
Some checks failed
ci/woodpecker/push/generate-on-update Pipeline failed

This commit is contained in:
Siina Mashek 2024-12-06 18:19:54 +02:00
parent efe2dafd1d
commit 7a9108f95e

View file

@ -0,0 +1,12 @@
when:
- event: push
branch: main
steps:
- name: build
image: elixir:latest
commands:
- mix local.rebar --force
- mix local.hex --force
- mix deps.get
- mix tableau.build