cowboy_access_log/wercker.yml
2019-08-06 18:37:56 +03:00

20 lines
409 B
YAML

box: erlang:21
dev:
steps:
- internal/shell:
code: make compile
build:
steps:
- script:
name: compile
code: make compile
- script:
name: dialyze
code: env REBAR_CACHE_DIR="${WERCKER_CACHE_DIR}" rebar3 dialyzer
- script:
name: run xref
code: make xref
- script:
name: run test suite
code: make test