mirror of https://github.com/EspoTek/Labrador.git
Update .appveyor.yml
This commit is contained in:
parent
f1e8519bb8
commit
fa075eab1e
|
@ -31,9 +31,9 @@ build_script:
|
|||
- nmake
|
||||
|
||||
after_build:
|
||||
- windeployqt bin/Labrador.exe
|
||||
- del bin/vcredist*.exe
|
||||
- deb bin/*.pdb
|
||||
- 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%
|
||||
|
|
Loading…
Reference in New Issue