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
cmake
cmake-library
Commits
13895f6b
Commit
13895f6b
authored
Dec 16, 2019
by
Max Lyon
Browse files
copy and adapt gitlab-ci.yml for vci
parent
5bc2d50d
Pipeline
#13184
failed with stage
in 19 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci-vci.yml
0 → 100644
View file @
13895f6b
test-linux
:
tags
:
-
Linux
script
:
-
mkdir build
-
cd build
-
cmake ../CI -G Ninja
-
cmake --build .
-
ctest .
test-windows
:
tags
:
-
VS2017
script
:
-
mkdir build
-
cd build
-
cmake ../CI
allow_failure
:
true
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