Revision 2f76d6392feed1abe0d21627ac715a2ec7b96a41 authored by Jan on 25 February 2022, 08:24:42 UTC, committed by Jan on 25 February 2022, 08:24:42 UTC
1 parent 4fb3a24
.gitlab-ci.yml
# image: debian:buster-20190812
test-linux:
image: gitlab.inf.unibe.ch:5001/cgg/misc/buildbox-docker:master
tags:
- linux
before_script:
- apt-get install -y cmake libgmm++-dev
script:
- mkdir build
- cd build
- cmake ../CI -G Ninja
- cmake --build .
- ctest .
test-windows:
tags:
- windows
script:
- mkdir build
- cd build
- cmake ../CI
allow_failure: true

Computing file changes ...