OpenRCT2/.travis.yml
2014-05-24 11:18:43 +09:00

13 lines
538 B
YAML

language: c
before_install:
- echo "yes" | sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu `lsb_release -sc` main universe restricted multiverse"
- echo "yes" | sudo apt-add-repository ppa:openmw/deps
- sudo apt-get update -qq
- sudo apt-get install mingw32 libsdl2-static-dev
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"