Skip to content

Commit 99102f3

Browse files
committed
add gunit tests to github action
1 parent e8f541d commit 99102f3

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/cmake.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,13 @@ jobs:
3030
runs-on: ubuntu-latest
3131
strategy:
3232
matrix:
33-
build_config: ['Debug','Release']
33+
build_config: ['Release']
3434
defaults:
3535
run:
3636
shell: bash
3737
env:
3838
VULKAN_SDK: ${{ github.workspace }}/VulkanSDK/x86_64
39+
VULKAN_LAYER_PATH: ${{env.VULKAN_SDK }}/share/vulkan/explicit_layer.d
3940

4041
steps:
4142
- uses: actions/checkout@v4
@@ -56,6 +57,7 @@ jobs:
5657
working-directory: source/build
5758
- run: cmake --build . --config ${{ matrix.build_config }}
5859
working-directory: source/build
60+
- run: /home/runner/work/vkvg/vkvg/source/build/samples/samples --list-gpus
5961
- run: /home/runner/work/vkvg/vkvg/source/build/gunit_tests/unit_tests
6062
mac_jorb:
6163
runs-on: macos-latest

0 commit comments

Comments
 (0)