Skip to content

Commit

Permalink
package/ci: no tests for you then, UWP. You're too damn slow.
Browse files Browse the repository at this point in the history
  • Loading branch information
mosra committed Oct 7, 2024
1 parent 597572a commit d81ea6b
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions package/ci/appveyor-rt.bat
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ cmake .. ^
-DCORRADE_WITH_PLUGINMANAGER=OFF ^
-DCORRADE_WITH_TESTSUITE=OFF ^
-DCORRADE_WITH_UTILITY=OFF ^
-DCORRADE_BUILD_DEPRECATED=OFF ^
-G Ninja || exit /b
cmake --build . --target install || exit /b
cd .. || exit /b
Expand All @@ -36,14 +35,14 @@ cmake .. ^
-DCORRADE_RC_EXECUTABLE=%APPVEYOR_BUILD_FOLDER%/deps-native/bin/corrade-rc.exe ^
-DCORRADE_WITH_INTERCONNECT=OFF ^
-DCORRADE_BUILD_STATIC=ON ^
-DCORRADE_BUILD_DEPRECATED=OFF ^
-G "%GENERATOR%" -A x64 || exit /b
cmake --build . --config Release --target install -- /m /v:m || exit /b
cd .. || exit /b

cd .. || exit /b

rem Crosscompile
rem Crosscompile. No tests because they takes ages to build, each executable is
rem a msix file, and they can't be reasonably run either. F this platform.
mkdir build-rt && cd build-rt || exit /b
cmake .. ^
-DCMAKE_SYSTEM_NAME=WindowsStore ^
Expand All @@ -67,11 +66,9 @@ cmake .. ^
-DMAGNUM_WITH_TGAIMPORTER=ON ^
-DMAGNUM_WITH_WAVAUDIOIMPORTER=OFF ^
-DMAGNUM_TARGET_GLES2=%TARGET_GLES2% ^
-DMAGNUM_BUILD_TESTS=ON ^
-DMAGNUM_BUILD_STATIC=ON ^
-DMAGNUM_BUILD_DEPRECATED=OFF ^
-G "%GENERATOR%" -A x64 || exit /b
cmake --build . --config Release -- /m /v:m || exit /b

rem Test install, after running the tests as for them it shouldn't be needed
rem Test install
cmake --build . --config Release --target install || exit /b

0 comments on commit d81ea6b

Please sign in to comment.