Compare commits

..

3 Commits

Author SHA1 Message Date
Dave Griffiths 69dc3721be trying to set the path again for qt/windows ci build 2022-10-31 10:07:23 +00:00
Dave Griffiths 16d04c8faf trying to set the path again for qt/windows ci build 2022-10-31 09:52:49 +00:00
Dave Griffiths 994d002796 trying to set the patch for qt/windows ci build 2022-10-31 09:39:18 +00:00
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ build-win64:
- $env:Path += ';C:\Program Files\CMake\bin'
stage: build
script:
- set CMAKE_PREFIX_PATH=C:\Qt\5.15.2\mingw81_64
- mkdir build
- cd build
- cmake ..