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 45fc89f commit 41fcba3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .gitlab-ci-correaa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -348,9 +348,9 @@ vs2022-shell c++17:
# - choco --version
# - choco install -y visualstudio2019community poshgit
- $env:Path += ";${CI_PROJECT_DIR}/vcpkg/installed/x64-windows/bin;C:\Program Files\CMake\bin;C:\Program Files\7-Zip;C:\local\boost_1_86_0\lib"
- git clone --depth=1 https://github.com/microsoft/vcpkg.git
- .\vcpkg\bootstrap-vcpkg.bat
- .\vcpkg\vcpkg install boost-multi-array boost-timer
#- git clone --depth=1 https://github.com/microsoft/vcpkg.git
#- .\vcpkg\bootstrap-vcpkg.bat
#- .\vcpkg\vcpkg install boost-multi-array boost-timer
- mkdir build
- cmake --version
- cmake -S . -B build -DCMAKE_CXX_STANDARD=17
Expand All @@ -372,9 +372,9 @@ vs2022-shell c++23:
# - choco --version
# - choco install -y visualstudio2019community poshgit
- $env:Path += ";${CI_PROJECT_DIR}/vcpkg/installed/x64-windows/bin;C:\Program Files\CMake\bin;C:\Program Files\7-Zip;C:\local\boost_1_86_0\lib"
- git clone --depth=1 https://github.com/microsoft/vcpkg.git
- .\vcpkg\bootstrap-vcpkg.bat
- .\vcpkg\vcpkg install boost-multi-array boost-timer
#- git clone --depth=1 https://github.com/microsoft/vcpkg.git
#- .\vcpkg\bootstrap-vcpkg.bat
#- .\vcpkg\vcpkg install boost-multi-array boost-timer
- mkdir build
- cmake --version
- cmake -S . -B build -DCMAKE_CXX_STANDARD=23
Expand Down

0 comments on commit 41fcba3

Please sign in to comment.