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
0b53d569
Commit
0b53d569
authored
Sep 06, 2019
by
Martin Heistermann
Browse files
Enable windows CI
parent
679b112e
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
0b53d569
# image: debian:buster-20190812
test
:
test
-linux
:
image
:
gitlab.inf.unibe.ch:5001/cgg/misc/buildbox-docker:master
tags
:
-
linux
...
...
@@ -10,3 +10,13 @@ test:
-
mkdir build
-
cd build
-
cmake ../CI
test-windows
:
tags
:
-
windows
script
:
-
mkdir build
-
cd build
-
cmake ../CI
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