trying to set the patch for qt/windows ci build

This commit is contained in:
Dave Griffiths 2022-10-31 09:39:18 +00:00
parent 0ab061eb0e
commit 994d002796
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ build-win64:
before_script: before_script:
- choco install -y cmake python qt5-default - choco install -y cmake python qt5-default
- $env:Path += ';C:\Program Files\CMake\bin' - $env:Path += ';C:\Program Files\CMake\bin'
- set CMAKE_PREFIX_PATH = C:\Qt\5.15.2\mingw81_64
stage: build stage: build
script: script:
- mkdir build - mkdir build