Adding woodpecker
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
Siina Mashek 2025-01-10 17:50:52 +02:00
parent efe2dafd1d
commit 24c20f93aa

12
.woodpecker/build.yml Normal file
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