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 f398ecd commit 06c36f1
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .gitlab-ci-correaa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -346,11 +346,11 @@ vs2022-shell c++17:
- .\vcpkg\bootstrap-vcpkg.bat
- .\vcpkg\vcpkg install boost-multi-array boost-timer
- mkdir build
- cmake --version
- cmake -S . -B build -DCMAKE_CXX_STANDARD=17
- cmake --build build --config Release --parallel 4 --verbose
- "C:\Program Files\CMake\bin\cmake.exe" --version
- "C:\Program Files\CMake\bin\cmake.exe" -S . -B build -DCMAKE_CXX_STANDARD=17
- "C:\Program Files\CMake\bin\cmake.exe" --build build --config Release --parallel 4 --verbose
- $env:Path += ";${CI_PROJECT_DIR}/vcpkg/installed/x64-windows/bin"
- ctest -j 4 --test-dir build --output-on-failure -C Release
- "C:\Program Files\CMake\bin\ctest.exe" -j 4 --test-dir build --output-on-failure -C Release
tags:
- windows, shell
needs: ["clang++", "g++"]
Expand All @@ -369,11 +369,11 @@ vs2022-shell c++23:
- .\vcpkg\bootstrap-vcpkg.bat
- .\vcpkg\vcpkg install boost-multi-array boost-timer
- mkdir build
- cmake --version
- cmake -S . -B build -DCMAKE_CXX_STANDARD=23
- cmake --build build --config Release --parallel 4 --verbose
- "C:\Program Files\CMake\bin\cmake.exe" --version
- "C:\Program Files\CMake\bin\cmake.exe" -S . -B build -DCMAKE_CXX_STANDARD=23
- "C:\Program Files\CMake\bin\cmake.exe" --build build --config Release --parallel 4 --verbose
- $env:Path += ";${CI_PROJECT_DIR}/vcpkg/installed/x64-windows/bin"
- ctest -j 4 --test-dir build --output-on-failure -C Release
- "C:\Program Files\CMake\bin\ctest.exe" -j 4 --test-dir build --output-on-failure -C Release
tags:
- windows, shell
needs: ["clang++", "g++"]
Expand Down

0 comments on commit 06c36f1

Please sign in to comment.