mirror of https://github.com/EspoTek/Labrador.git
Update .appveyor.yml
This commit is contained in:
parent
f1cd606be4
commit
b16a1a189a
|
@ -35,6 +35,8 @@ after_build:
|
||||||
- del bin\vcredist*.exe
|
- del bin\vcredist*.exe
|
||||||
- del bin\*.pdb
|
- del bin\*.pdb
|
||||||
- cd C:\dev
|
- cd C:\dev
|
||||||
|
- git config --global user.email "admin@espotek.com"
|
||||||
|
- git config --global user.name "Chris Esposito"
|
||||||
- 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
|
||||||
- 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