nothing/appveyor.yml

18 lines
582 B
YAML
Raw Normal View History

2019-05-25 04:38:27 -07:00
image:
- ubuntu1804
- Visual Studio 2015
2019-04-08 09:45:27 -07:00
install:
- sh: sudo apt-get update -qq
- sh: sudo apt-get install -qq cmake cmake-data libsdl2-dev libxml2-dev
2019-05-25 04:38:27 -07:00
- cmd: curl -fsSL -o SDL2-devel-2.0.9-VC.zip https://www.libsdl.org/release/SDL2-devel-2.0.9-VC.zip
2019-05-25 04:44:52 -07:00
- cmd: 7z x SDL2-devel-2.0.9-VC.zip
2019-05-25 04:38:27 -07:00
- cmd: move SDL2-2.0.9 SDL2
2019-04-08 09:45:27 -07:00
build_script:
- mkdir build
- cd build
- cmake ..
2019-05-25 04:38:27 -07:00
- cmake --build .
2019-05-25 06:53:24 -07:00
# TODO(#866): Unit Tests are not run on Windows CI build
# https://ci.appveyor.com/project/rexim/nothing/builds/24807772/job/nr36kt098djthl4l#L431
- sh: ./nothing_test