From 4bc5d5352bce1d1d1d47d55f1119e7f8f581a188 Mon Sep 17 00:00:00 2001 From: Branden Archer Date: Mon, 29 Jun 2020 10:36:09 -0700 Subject: [PATCH] Cleanup CMake MSYS2 build ctest did run the tests, however the tests in scripts mostly did not pass: - test_output.sh - test_log_output.sh - test_tap_output.sh - test_check_nofork_teardown.sh Those will need to be investigated at some point. In the meantime, the check_check test run successfully. --- .github/workflows/windows.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index c5ba5dec..cc43d9f4 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -98,11 +98,7 @@ jobs: - uses: actions/checkout@v2 - name: cmake run: C:\msys64\msys2_shell.cmd -defterm -mingw64 -no-start -full-path -here -c "cmake -G 'MSYS Makefiles' ." - - name: print dir - run: dir . - name: make run: C:\msys64\msys2_shell.cmd -defterm -mingw64 -no-start -full-path -here -c "make" - name: test run: C:\msys64\msys2_shell.cmd -defterm -mingw64 -no-start -full-path -here -c "tests/check_check" - - name: test - run: C:\msys64\msys2_shell.cmd -defterm -mingw64 -no-start -full-path -here -c "ctest -V"