1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-18 12:33:17 +01:00

try cmake

This commit is contained in:
Kevin Burke
2014-05-24 11:09:22 +09:00
parent 799e4705f1
commit 1fd54f87a5

View File

@@ -1,7 +1,10 @@
language: c
before_install:
- sudo apt-get install mingw32
- sudo apt-get install mingw32
script:
- which crossdev
- echo "Hello World"
- mkdir build
- pushd build; cmake -DCMAKE_TOOLCHAIN_FILE=../CMakeLists_mingw.txt -DCMAKE_BUILD_TYPE=Debug .. ; popd
#notifications:
#irc: "irc.freenode.net#openrct2"