Browse Source

Update AppVeyor config

adaptive-webui-19844
sledgehammer999 6 years ago
parent
commit
05d76e7282
No known key found for this signature in database
GPG Key ID: 6E4A2D025B7CC9A2
  1. 3
      .appveyor.yml

3
.appveyor.yml

@ -45,8 +45,7 @@ before_build: @@ -45,8 +45,7 @@ before_build:
- CALL "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars32.bat"
- SET PATH=%PATH%;c:\qbt\qt5_32\bin;%CACHE_DIR%\jom;
# setup project
- COPY /Y "%CACHE_DIR%\winconf.pri" "%REPO_DIR%"
- COPY /Y "%CACHE_DIR%\winconf-msvc.pri" "%REPO_DIR%"
- COPY /Y "%CACHE_DIR%\conf.pri" "%REPO_DIR%"
# workarounds
- MKLINK /J "c:\qbt\base" "%CACHE_DIR%\base"

Loading…
Cancel
Save