Skip to content

Commit cce5ec5

Browse files
committed
add gunit tests to github action
1 parent e584ba3 commit cce5ec5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/cmake.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
vulkan-components: Vulkan-Headers, Vulkan-Loader
2323
vulkan-use-cache: false
2424
- name: configure
25-
run: cmake -B build_win64 -G "Visual Studio 17 2022" -A x64 -DVKVG_RECORDING=false -DVKVG_SVG=false -DGIT_SUBMODULE=true -DBUILD_SHARED_LIBS=OFF
25+
run: cmake -B build_win64 -G "Visual Studio 17 2022" -A x64 -DVKVG_RECORDING=false -DVKVG_SVG=false -DBUILD_SHARED_LIBS=OFF
2626
- name: build win64
2727
run: cmake --build build_win64 --parallel
2828

@@ -52,12 +52,12 @@ jobs:
5252
persist-credentials: false
5353
submodules: 'true'
5454
- run: mkdir -p source/build
55-
- run: cmake -DCMAKE_BUILD_TYPE=${{ matrix.build_config }} -G "Unix Makefiles" .. -DVKVG_RECORDING=false -DVKVG_SVG=false -DGIT_SUBMODULE=true
55+
- run: cmake -DCMAKE_BUILD_TYPE=${{ matrix.build_config }} -G "Unix Makefiles" .. -DVKVG_RECORDING=false -DVKVG_SVG=false
5656
working-directory: source/build
5757
- run: cmake --build . --config ${{ matrix.build_config }}
5858
working-directory: source/build
59-
- run: ls -R
60-
- run: source/build/gunit_tests/unit_tests
59+
- run: ls -R ..
60+
- run: build/gunit_tests/unit_tests
6161
working-directory: source/build
6262
mac_jorb:
6363
runs-on: macos-latest
@@ -84,7 +84,7 @@ jobs:
8484
path: 'source'
8585
persist-credentials: false
8686
- run: mkdir -p source/build
87-
- run: cmake -DCMAKE_BUILD_TYPE=${{ matrix.build_config }} .. -DVKVG_RECORDING=false -DVKVG_SVG=false -DGIT_SUBMODULE=true
87+
- run: cmake -DCMAKE_BUILD_TYPE=${{ matrix.build_config }} .. -DVKVG_RECORDING=false -DVKVG_SVG=false
8888
working-directory: source/build
8989
- run: cmake --build . --config ${{ matrix.build_config }}
9090
working-directory: source/build

0 commit comments

Comments
 (0)