trying win ci

This commit is contained in:
Dave Griffiths 2022-10-30 11:33:47 +00:00
parent e22a501aa7
commit b0454ed2f4

View File

@ -8,3 +8,13 @@ build-job:
- cd build
- cmake ..
- cmake --build .
build-win64:
tags:
- "win64"
stage: build
script:
- mkdir build
- cd build
- cmake ..
- cmake --build .