This commit is contained in:
parent
efe2dafd1d
commit
856f00a23b
1 changed files with 13 additions and 0 deletions
13
.woodpecker/build.yml
Normal file
13
.woodpecker/build.yml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
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
|
||||||
|
|
Loading…
Reference in a new issue