capi-v2/wercker.yml
Artem Ocheredko 64d7c30607 CAPI-23 Add initial project structure (#1)
* CAPI-23 Add initial project structure. Add mock-backend and basic tests
2016-08-31 20:56:24 +03:00

17 lines
274 B
YAML

box: erlang:18
dev:
steps:
- internal/shell:
code: make compile
build:
steps:
- script:
name: run test suite
code: make test
after-steps:
- slack-notifier:
url: ${SLACK_WEBHOOK_URL}
username: "wercker"