]> git.lizzy.rs Git - nothing.git/blob - appveyor.yml
(#278) Remove inkscape related level editing
[nothing.git] / appveyor.yml
1 image:
2   - ubuntu1804
3   - Visual Studio 2015
4 install:
5   - sh: sudo apt-get update -qq
6   - sh: sudo apt-get install -qq cmake cmake-data libsdl2-dev libxml2-dev
7   - cmd: curl -fsSL -o SDL2-devel-2.0.9-VC.zip https://www.libsdl.org/release/SDL2-devel-2.0.9-VC.zip
8   - cmd: 7z x SDL2-devel-2.0.9-VC.zip
9   - cmd: move SDL2-2.0.9 SDL2
10 build_script:
11   - mkdir build
12   - cd build
13   - cmake ..
14   - cmake --build .
15   # TODO(#866): Unit Tests are not run on Windows CI build
16   #   https://ci.appveyor.com/project/rexim/nothing/builds/24807772/job/nr36kt098djthl4l#L431
17   - sh: ./nothing_test