mirror of
https://gitlab.com/then-try-this/samplebrain.git
synced 2025-07-04 19:23:34 +00:00
trying win ci
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user