appveyor: add qt to path and cache vcpkg packages
This commit is contained in:
@@ -13,6 +13,9 @@ cd c:\tools\vcpkg
|
||||
vcpkg integrate install
|
||||
cd %APPVEYOR_BUILD_FOLDER%
|
||||
|
||||
REM Add Qt directory to path
|
||||
set PATH=%PATH%;C:\Qt\5.13.2\msvc2017_64
|
||||
|
||||
REM Run cmake
|
||||
cmake -G "NMake Makefiles" . -DCMAKE_TOOLCHAIN_FILE=c:/Tools/vcpkg/scripts/buildsystems/vcpkg.cmake
|
||||
|
||||
|
||||
@@ -17,3 +17,4 @@ artifacts:
|
||||
name: Olive Portable
|
||||
- path: Olive*.exe
|
||||
name: Olive Installer
|
||||
cache: c:\tools\vcpkg\installed\
|
||||
|
||||
Reference in New Issue
Block a user