1
0
Fork 0
cuberite-2a/.travis.yml

13 lines
284 B
YAML
Raw Normal View History

2013-12-19 20:07:58 +00:00
language: cpp
compiler:
- gcc
- clang
2013-12-19 20:42:40 +00:00
# Build MCServer
2014-02-16 12:49:50 +00:00
script: cmake . -DCMAKE_BUILD_TYPE=RELEASE -DBUILD_TOOLS=1 -DSELF_TEST=1 && make -j 2 && cd MCServer/ && (echo stop | ./MCServer)
2013-12-19 20:42:40 +00:00
# Notification Settings
notifications:
email:
on_success: change
on_failure: always