]> O.S.I.I.S - jp/vkvg.git/commitdiff
add gunit tests to github action
authorJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Sun, 22 Jun 2025 13:22:24 +0000 (15:22 +0200)
committerJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Sun, 22 Jun 2025 13:22:24 +0000 (15:22 +0200)
.github/workflows/cmake.yml

index d88bfe76ac5882cb377479900b35b412ef5aeb44..e28f4478df7843612431ef132346e965efab9d2a 100644 (file)
@@ -30,7 +30,7 @@ jobs:
     runs-on: ubuntu-latest
     strategy:
       matrix:
-        build_config: ['Release']
+        build_config: ['Debug','Release']
     defaults:
       run:
         shell: bash
@@ -56,7 +56,6 @@ jobs:
       working-directory: source/build
     - run: cmake --build . --config ${{ matrix.build_config }}
       working-directory: source/build
-    - run: ls -R /home/runner/
     - run: /home/runner/work/vkvg/vkvg/source/build/gunit_tests/unit_tests
   mac_jorb:
     runs-on: macos-latest