Skip to content

Commit

Permalink
finish windows ci
Browse files Browse the repository at this point in the history
  • Loading branch information
correaa committed Feb 16, 2025
1 parent 3fa200d commit 53c041f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .gitlab-ci-correaa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -357,12 +357,12 @@ vs2022-shell c++17:
#- .\vcpkg\vcpkg install boost-multi-array boost-timer
- mkdir build
- cmake --version
- cmake -S . -B build -DCMAKE_CXX_STANDARD=17 # -DBoost_DIR="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
- cmake -S . -B build -DCMAKE_CXX_STANDARD=17 # -DBoost_DIR="C:\local\boost_1_86_0" -DBOOST_LIBRARYDIR="C:\local\boost_1_86_0\lib64-msvc-14.3"
- cmake --build build --config Debug --parallel 4 --verbose
- ctest -j 4 --test-dir build --output-on-failure -C Debug
tags:
- windows, shell
#needs: ["clang++", "g++"]
needs: ["clang++", "g++"]
timeout: 20 minutes

vs2022-shell c++23:
Expand All @@ -381,7 +381,7 @@ vs2022-shell c++23:
#- .\vcpkg\vcpkg install boost-multi-array boost-timer
- mkdir build
- cmake --version
- cmake -S . -B build -DCMAKE_CXX_STANDARD=23 # -DBoost_DIR="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=23 # -DBoost_DIR="C:\local\boost_1_86_0" -DBOOST_LIBRARYDIR="C:\local\boost_1_86_0\lib64-msvc-14.3"
- 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 53c041f

Please sign in to comment.