Browse Source

Fixed the automatic commit after regenerating the parser bindings at AppVeyor.

Signed-off-by: Dimitar Dobrev <dpldobrev@yahoo.com>
pull/574/head
Dimitar Dobrev 10 years ago
parent
commit
4f241d4e62
  1. 1
      appveyor.yml

1
appveyor.yml

@ -59,6 +59,7 @@ on_success: @@ -59,6 +59,7 @@ on_success:
- git config --global credential.helper store
- ps: Add-Content "$env:USERPROFILE\.git-credentials" "https://$($env:GITHUB_ACCESS_TOKEN):x-oauth-basic@github.com`n"
- git remote set-url origin https://github.com/mono/CppSharp.git
- git checkout master
- '%LIB_PATH%\CppSharp.Parser.Gen.exe'
- 'git commit -a -m "CI: Re-generated the parser bindings"'
- git push

Loading…
Cancel
Save