Skip to content

Commit

Permalink
Edit .gitlab-ci-correaa.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
correaa committed Feb 16, 2025
1 parent 3bb2118 commit 8f5194a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci-correaa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ vs2022-shell c++17:
#- .\vcpkg\vcpkg install boost-multi-array boost-timer
- mkdir build
- cmake --version
- cmake -S . -B build -DCMAKE_CXX_STANDARD=17 -D -DBOOST_ROOT="C:\local\boost_1_86_0" -DBOOST_LIBRARYDIR="C:\local\boost_1_86_0\lib64-msvc-14.1"
- cmake -S . -B build -DCMAKE_CXX_STANDARD=17 -DBOOST_ROOT="C:\local\boost_1_86_0" -DBOOST_LIBRARYDIR="C:\local\boost_1_86_0\lib64-msvc-14.1"
- cmake --build build --config Release --parallel 4 --verbose
- ctest -j 4 --test-dir build --output-on-failure -C Release
tags:
Expand Down

0 comments on commit 8f5194a

Please sign in to comment.