mirror of
https://github.com/valitydev/damsel.git
synced 2024-11-06 09:45:21 +00:00
109a206bd7
Test only ability to generate Erlang, Java and Go yet. It'd be good to test compilation at least but it's not feasible so far as we would need a huge ass image with all these language environments installed.
11 lines
232 B
YAML
11 lines
232 B
YAML
box: rbkmoney/thrift-compiler
|
|
build:
|
|
steps:
|
|
- script:
|
|
name: check syntactic correctness
|
|
code: make all
|
|
after-steps:
|
|
- slack-notifier:
|
|
url: ${SLACK_WEBHOOK_URL}
|
|
username: "wercker"
|