summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: c6537cf47930489cb49ef1999d1894c7acf12ef6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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