]> 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 14:53:16 +0000 (16:53 +0200)
committerJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Sun, 22 Jun 2025 14:53:16 +0000 (16:53 +0200)
.github/workflows/cmake.yml

index e28f4478df7843612431ef132346e965efab9d2a..e451d8bfd061c00cc266d4b9c249b5092b881e44 100644 (file)
@@ -30,12 +30,13 @@ jobs:
     runs-on: ubuntu-latest
     strategy:
       matrix:
-        build_config: ['Debug','Release']
+        build_config: ['Release']
     defaults:
       run:
         shell: bash
     env:
       VULKAN_SDK: ${{ github.workspace }}/VulkanSDK/x86_64
+      VULKAN_LAYER_PATH: ${{env.VULKAN_SDK }}/share/vulkan/explicit_layer.d
 
     steps:
     - uses: actions/checkout@v4
@@ -56,6 +57,7 @@ jobs:
       working-directory: source/build
     - run: cmake --build . --config ${{ matrix.build_config }}
       working-directory: source/build
+    - run: /home/runner/work/vkvg/vkvg/source/build/samples/samples --list-gpus
     - run: /home/runner/work/vkvg/vkvg/source/build/gunit_tests/unit_tests
   mac_jorb:
     runs-on: macos-latest