]> git.lizzy.rs Git - nothing.git/blobdiff - appveyor.yml
(#1153) Implement ratio-resize for the other 3 corners
[nothing.git] / appveyor.yml
index 869da07803ef14c602608e89bd1ecad207b82ed1..8008ead0f40bf2bab19ebd03fd39dd7a53ac9181 100644 (file)
@@ -25,20 +25,16 @@ install:
           }
        } else {
            bash -c "sudo apt-get update -qq"
-           bash -c "sudo apt-get install -qq cmake cmake-data libsdl2-dev libxml2-dev"
+           bash -c "sudo apt-get install -qq libsdl2-dev libxml2-dev"
        }
 build_script:
   - mkdir build
   - cd build
   - ps: |
        if ($isWindows -and $env:BUILD_TYPE -eq 'mingw') {
-           C:\msys64\usr\bin\bash.exe -lc "cmake .. -G 'MSYS Makefiles'"
+           C:\msys64\usr\bin\bash.exe -lc "cmake .. -G 'MSYS Makefiles' -DNOTHING_CI=ON"
            C:\msys64\usr\bin\bash.exe -lc "cmake --build ."
-           ./nothing_test.exe
        } else {
-           cmake ..
+           cmake .. -DNOTHING_CI=ON
            cmake --build .
        }
-  # 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