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-vci.yml
test-linux:
tags:
- Linux
script:
- mkdir build
- cd build
- cmake ../CI -G Ninja
- cmake --build .
- ctest .
test-windows:
tags:
- VS2017
script:
- CI/windows.bat
allow_failure: true

Computing file changes ...