Skip to content

Commit

Permalink
package/ci: temporarily disable running tests on iOS.
Browse files Browse the repository at this point in the history
So the build doesn't fail every time. Will be enabled again once
mosra#176 is resolved.
  • Loading branch information
mosra authored and sthalik committed Aug 29, 2023
1 parent 0120ca8 commit 073ed43
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package/ci/ios-simulator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ cmake .. \
-DCORRADE_TESTSUITE_TARGET_XCTEST=ON \
-G Xcode
set -o pipefail && cmake --build . --config Release -j$XCODE_JOBS | xcbeautify
CORRADE_TEST_COLOR=ON ctest -V -C Release

# TODO enable again once https://github.com/mosra/corrade/pull/176 is resolved
#CORRADE_TEST_COLOR=ON ctest -V -C Release

# Test install, after running the tests as for them it shouldn't be needed
set -o pipefail && cmake --build . --config Release --target install -j$XCODE_JOBS | xcbeautify

0 comments on commit 073ed43

Please sign in to comment.