Skip to content
Snippets Groups Projects
Commit 0b53d569 authored by Martin Heistermann's avatar Martin Heistermann
Browse files

Enable windows CI

parent 679b112e
No related branches found
No related tags found
No related merge requests found
# 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment