Update .appveyor.yml

This commit is contained in:
Chris Esposito 2018-11-26 12:54:59 +11:00 committed by GitHub
parent b16a1a189a
commit 890639d2f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -35,10 +35,11 @@ after_build:
- del bin\vcredist*.exe
- del bin\*.pdb
- 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
- cd Labrador-win-builder
- git config --global user.email "admin@espotek.com"
- git config --global user.name "Chris Esposito"
- git checkout master
- xcopy /i /s /y c:\dev\labrador\Desktop_Interface\bin %OUTPUT_BIN_DIR%
- git add %OUTPUT_BIN_DIR%
- git commit -a -m "Automatic update from main Labrador repository"