mirror of
https://github.com/OpenRCT2/OpenRCT2.git
synced 2025-01-23 10:51:58 -05:00
13 lines
538 B
YAML
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"
|