blob: eed185312c361aea4c10f8bc67aa7d3f18b82a94 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
language: cpp
compiler:
- clang
- gcc
install: "./acprep dependencies"
before_script: "./acprep opt make --python"
script:
- "./acprep check -- --output-on-failure"
- "PYTHONPATH=. python python/demo.py"
notifications:
email:
on_success: change
on_failure: change
irc: "chat.freenode.net#ledger"
|