mirror of
https://gitlab.com/then-try-this/samplebrain.git
synced 2025-07-04 03:03:34 +00:00
trying to set the path again for qt/windows ci build
This commit is contained in:
@ -15,9 +15,9 @@ build-win64:
|
||||
before_script:
|
||||
- choco install -y cmake python qt5-default
|
||||
- $env:Path += ';C:\Program Files\CMake\bin'
|
||||
- set CMAKE_PREFIX_PATH=C:\Qt\5.15.2\mingw81_64
|
||||
stage: build
|
||||
script:
|
||||
- set CMAKE_PREFIX_PATH=C:\Qt\5.15.2\mingw81_64
|
||||
- mkdir build
|
||||
- cd build
|
||||
- cmake ..
|
||||
|
Reference in New Issue
Block a user