mirror of
https://github.com/valitydev/cowboy_access_log.git
synced 2024-11-06 08:15:18 +00:00
20 lines
409 B
YAML
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
|