1
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

View File

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