appveyor: add qt to path and cache vcpkg packages

This commit is contained in:
itsmattkc
2020-01-20 02:32:08 +11:00
parent a2aee3cf5c
commit 7948af1fc6
2 changed files with 4 additions and 0 deletions
+3
View File
@@ -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
+1
View File
@@ -17,3 +17,4 @@ artifacts:
name: Olive Portable
- path: Olive*.exe
name: Olive Installer
cache: c:\tools\vcpkg\installed\