Skip to content

Commit

Permalink
CI: enable tests on Windows with MSVC
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatuska committed Apr 23, 2024
1 parent f8e08fe commit 4f8e93b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions build/ci/github_actions/ci.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,8 @@ IF "%1"=="deplibs" (
SET SKIP_TEST_SPARSE=1
mingw32-make test VERBOSE=1 || EXIT /b 1
) ELSE IF "%BE%"=="msvc" (
ECHO "Skipping tests on this platform"
EXIT /b 0
REM CD build_ci\cmake
REM cmake --build . --target RUN_TESTS --config Release || EXIT /b 1
CD build_ci\cmake
cmake --build . --target RUN_TESTS --config Release || EXIT /b 1
)
) ELSE IF "%1%"=="install" (
IF "%BE%"=="mingw-gcc" (
Expand Down

0 comments on commit 4f8e93b

Please sign in to comment.