Update .appveyor.yml

This commit is contained in:
Chris Esposito 2018-11-26 11:56:49 +11:00 committed by GitHub
parent 1e4d2762fd
commit f1e8519bb8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

@ -6,8 +6,10 @@ environment:
matrix:
- QT_PATH : C:\Qt\5.11.2\msvc2017_64\bin
PLATFORM : amd64
OUTPUT_BIN_DIR : bin64
- QT_PATH : C:\Qt\5.11.2\msvc2015\bin
PLATFORM : x86
OUTPUT_BIN_DIR : bin32
clone_folder: c:\dev\labrador
clone_depth: 1
@ -30,6 +32,14 @@ build_script:
after_build:
- windeployqt bin/Labrador.exe
- del bin/vcredist*.exe
- deb bin/*.pdb
- cd C:\dev
- git clone --depth 1 https://github.com/EspoTek/Labrador-win-builder
- xcopy /i /s /y c:\dev\labrador\Desktop_Interface\bin %OUTPUT_BIN_DIR%
- git add %OUTPUT_BIN_DIR%
- git commit -a -m "Automatic update from main Labrador repository"
- git push
artifacts:
- path: Desktop_Interface\bin