modified travis CI file for cmake
This commit is contained in:
parent
fbb47cd2ae
commit
163fe32a6d
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user