trying win ci
This commit is contained in:
parent
5566284cd8
commit
07fa73ecab
|
|
@ -12,6 +12,9 @@ build-job:
|
|||
build-win64:
|
||||
tags:
|
||||
- "windows"
|
||||
before_script:
|
||||
- choco install -y cmake
|
||||
- $env:Path += ';C:\Program Files\CMake\bin'
|
||||
stage: build
|
||||
script:
|
||||
- mkdir build
|
||||
|
|
|
|||
Loading…
Reference in New Issue