mirror of
https://gitlab.com/then-try-this/samplebrain.git
synced 2025-05-12 10:37:20 +00:00
trying win ci
This commit is contained in:
parent
e22a501aa7
commit
b0454ed2f4
@ -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 .
|
||||
|
Loading…
x
Reference in New Issue
Block a user