File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -45,17 +45,18 @@ jobs:
4545 - name : Install 7zip
4646 run : choco install 7zip.install
4747
48+ - name : Build goopylib tests
49+ run : cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} -j 8 --target core_tests
50+
4851 - name : Install Mesa
4952 shell : cmd
5053 run : |
5154 curl.exe -L --output mesa.7z --url https://github.com/pal1000/mesa-dist-win/releases/download/20.3.2/mesa3d-20.3.2-release-msvc.7z
5255 "C:\Program Files\7-Zip\7z.exe" x mesa.7z
5356 mklink opengl32.dll "x64\opengl32.dll"
5457 mklink libglapi.dll "x64\libglapi.dll"
55- working-directory : tests/
56-
57- - name : Build goopylib tests
58- run : cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} -j 8 --target core_tests
58+ working-directory : tests/Release
5959
6060 - name : Run tests
61- run : " D:/a/goopylib/goopylib/tests/Release/core_tests.exe"
61+ shell : cmd
62+ run : call "D:/a/goopylib/goopylib/tests/Release/core_tests.exe" --gtest_filter=* --gtest_color=no
You can’t perform that action at this time.
0 commit comments