Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mlz
libcerf
Commits
4223c473
Commit
4223c473
authored
Jun 03, 2022
by
Ammar Nejati
Browse files
Gitlab CI: Switch to Visual Studio 17 2022
parent
9f7d7939
Pipeline
#70824
passed with stage
in 35 seconds
Changes
1
Pipelines
55
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
4223c473
...
...
@@ -31,8 +31,7 @@ windows:
script
:
-
New-Item -ItemType "directory" -Confirm:$false -Force:$true -Name "build"
-
cd build
-
cmd.exe "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat"
-
cmake -G "Visual Studio 16 2019" -A x64 -T host=x64 -DCERF_CPP=ON -DLIB_MAN=OFF -DCMAKE_INSTALL_PREFIX=C:\opt\x64 -B. ..
-
cmake -G "Visual Studio 17 2022" -A x64 -T host=x64 -DCERF_CPP=ON -DLIB_MAN=OFF -DCMAKE_INSTALL_PREFIX=C:\opt\x64 -B. ..
-
cmake --build . --config Release
-
Get-Location
-
dir
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment