trying win ci
This commit is contained in:
parent
e22a501aa7
commit
b0454ed2f4
|
|
@ -8,3 +8,13 @@ build-job:
|
||||||
- cd build
|
- cd build
|
||||||
- cmake ..
|
- cmake ..
|
||||||
- cmake --build .
|
- cmake --build .
|
||||||
|
|
||||||
|
build-win64:
|
||||||
|
tags:
|
||||||
|
- "win64"
|
||||||
|
stage: build
|
||||||
|
script:
|
||||||
|
- mkdir build
|
||||||
|
- cd build
|
||||||
|
- cmake ..
|
||||||
|
- cmake --build .
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue