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
kww
Commits
076200cc
Commit
076200cc
authored
Dec 16, 2019
by
Wuttke, Joachim
Browse files
rv
parent
94cfaf19
Pipeline
#14220
failed with stage
in 12 minutes and 33 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
076200cc
...
...
@@ -133,8 +133,8 @@ windows:
script
:
-
New-Item -ItemType "directory" -Confirm:$false -Force:$true -Name "build"
-
cd build
-
cmake -G "Ninja" -DLIB_MAN=OFF -DCMAKE_INSTALL_PREFIX=C:\opt\x64 -B. ..
-
cmake
-DCMAKE_C_COMPILER=x86_64-w64-mingw32-gcc
--build .
# --config Release
-
cmake -G "Ninja"
-DCMAKE_C_COMPILER=x86_64-w64-mingw32-gcc
-DLIB_MAN=OFF -DCMAKE_INSTALL_PREFIX=C:\opt\x64 -B. ..
-
cmake --build .
# --config Release
-
Get-Location
-
dir
-
ctest --output-on-failure
# -C Release
...
...
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