Revision 9e180cdb4df1d8370ccd9aeee1499709441dbdd1 authored by Jan on 25 February 2022, 08:39:17 UTC, committed by Jan on 25 February 2022, 08:39:17 UTC
1 parent 2f76d63
.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 ...