Update .appveyor.yml

This commit is contained in:
Chris Esposito 2018-11-26 13:11:19 +11:00 committed by GitHub
parent 336484f94f
commit 74ac08cfc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -39,6 +39,8 @@ on_success:
- cd C:\dev
- git clone --depth 1 https://github.com/EspoTek/Labrador-win-builder
- cd Labrador-win-builder
- git config --global credential.helper store
- ps: Add-Content "$HOME\.git-credentials" "https://$($env:access_token):x-oauth-basic@github.com`n"
- git config --global user.email "admin@espotek.com"
- git config --global user.name "Chris Esposito"
- git checkout master