14 lines
233 B
YAML
14 lines
233 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
|
||
|
|