This commit is contained in:
parent
efe2dafd1d
commit
7a9108f95e
1 changed files with 12 additions and 0 deletions
12
.woodpecker/generate-on-update.yaml
Normal file
12
.woodpecker/generate-on-update.yaml
Normal 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
|
Loading…
Reference in a new issue