1
0
Fork 0

modified travis CI file for cmake

This commit is contained in:
Tycho Bickerstaff 2013-12-19 17:21:06 +00:00
parent fbb47cd2ae
commit 163fe32a6d
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ compiler:
- gcc
- clang
# Build MCServer
script: make release=1 -j 2
script: cmake . -DCMAKE_BUILD_TYPE=RELEASE && make -j 2
# Notification Settings
notifications: