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
|
- nmake
|
||||||
|
|
||||||
after_build:
|
after_build:
|
||||||
- windeployqt bin/Labrador.exe
|
- windeployqt bin\Labrador.exe
|
||||||
- del bin/vcredist*.exe
|
- del bin\vcredist*.exe
|
||||||
- deb bin/*.pdb
|
- deb bin\*.pdb
|
||||||
- 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
|
||||||
- xcopy /i /s /y c:\dev\labrador\Desktop_Interface\bin %OUTPUT_BIN_DIR%
|
- xcopy /i /s /y c:\dev\labrador\Desktop_Interface\bin %OUTPUT_BIN_DIR%
|
||||||
|
|
Loading…
Reference in New Issue