mirror of https://github.com/EspoTek/Labrador.git
fixed windeployqt ordering
This commit is contained in:
parent
44ae23a2bc
commit
ab213cbacd
|
@ -32,10 +32,17 @@ build_script:
|
||||||
- qmake
|
- qmake
|
||||||
- nmake
|
- nmake
|
||||||
|
|
||||||
on_success:
|
after_build:
|
||||||
- windeployqt bin\Labrador.exe
|
- windeployqt bin\Labrador.exe
|
||||||
- del bin\vcredist*.exe
|
- del bin\vcredist*.exe
|
||||||
- del bin\*.pdb
|
- del bin\*.pdb
|
||||||
|
|
||||||
|
artifacts:
|
||||||
|
- path: Desktop_Interface\bin
|
||||||
|
name: Labrador_%PLATFORM%
|
||||||
|
type: zip
|
||||||
|
|
||||||
|
on_success;
|
||||||
- cd C:\dev
|
- cd C:\dev
|
||||||
- git clone --depth 1 https://github.com/EspoTek/Labrador-win-builder
|
- git clone --depth 1 https://github.com/EspoTek/Labrador-win-builder
|
||||||
- cd Labrador-win-builder
|
- cd Labrador-win-builder
|
||||||
|
@ -48,11 +55,6 @@ on_success:
|
||||||
- git add %OUTPUT_BIN_DIR%
|
- git add %OUTPUT_BIN_DIR%
|
||||||
- git commit -a -m "Automatic update from main Labrador repository"
|
- git commit -a -m "Automatic update from main Labrador repository"
|
||||||
- git push
|
- git push
|
||||||
|
|
||||||
artifacts:
|
|
||||||
- path: Desktop_Interface\bin
|
|
||||||
name: Labrador_%PLATFORM%
|
|
||||||
type: zip
|
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
|
|
Loading…
Reference in New Issue