File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -37,13 +37,10 @@ jobs:
3737 curl -o ModuleCmd\base64.h https://raw.githubusercontent.com/ReneNyffenegger/cpp-base64/82147d6d89636217b870f54ec07ddd3e544d5f69/base64.h
3838
3939 - name : Configure CMake for tests
40- run : |
41- cmake -G "Visual Studio 17 2022" -B ${{github.workspace}}\modules\build -DWITH_TESTS=ON
40+ run : cmake -G "Visual Studio 17 2022" -S modules -B modules/build -DWITH_TESTS=ON
4241
4342 - name : Build modules with tests
44- run : |
45- cmake --build ${{github.workspace}}\modules\build --config Release --parallel
43+ run : cmake --build modules/build --config Release --parallel
4644
4745 - name : Run unit tests
48- run : |
49- ctest --test-dir modules\build -C Release
46+ run : ctest --test-dir modules/build -C Release
You can’t perform that action at this time.
0 commit comments