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

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