fixed windeployqt ordering

This commit is contained in:
Chris Esposito 2018-11-26 14:40:08 +11:00 committed by GitHub
parent 44ae23a2bc
commit ab213cbacd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 6 deletions

View File

@ -32,10 +32,17 @@ build_script:
- qmake
- nmake
on_success:
after_build:
- windeployqt bin\Labrador.exe
- del bin\vcredist*.exe
- del bin\*.pdb
artifacts:
- path: Desktop_Interface\bin
name: Labrador_%PLATFORM%
type: zip
on_success;
- cd C:\dev
- git clone --depth 1 https://github.com/EspoTek/Labrador-win-builder
- cd Labrador-win-builder
@ -48,11 +55,6 @@ on_success:
- git add %OUTPUT_BIN_DIR%
- git commit -a -m "Automatic update from main Labrador repository"
- git push
artifacts:
- path: Desktop_Interface\bin
name: Labrador_%PLATFORM%
type: zip
matrix:
fast_finish: true