1
0
cuberite-2a/.travis.yml
2014-02-16 04:49:50 -08:00

13 lines
284 B
YAML

language: cpp
compiler:
- gcc
- clang
# Build MCServer
script: cmake . -DCMAKE_BUILD_TYPE=RELEASE -DBUILD_TOOLS=1 -DSELF_TEST=1 && make -j 2 && cd MCServer/ && (echo stop | ./MCServer)
# Notification Settings
notifications:
email:
on_success: change
on_failure: always