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

0 comments on commit 26fe061

Please sign in to comment.