summaryrefslogblamecommitdiffstats
path: root/.travis.yml
blob: c8a2faecb9da4adadac811ccd08d90049a6ca0eb (plain) (tree)
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 -DSELF_TEST=1 && make -j 2 && cd MCServer/ && ./MCServer

# Notification Settings
notifications:
  email:
    on_success: change
    on_failure: always