13 lines
232 B
YAML
13 lines
232 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
|