Skip to content

Commit

Permalink
Change to the build directory before Git push in AppVeyor.
Browse files Browse the repository at this point in the history
  • Loading branch information
tritao committed Sep 27, 2015
1 parent 56c4da9 commit ff30267
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,10 @@ on_success:
- git config --global user.name "CppSharp CI"
- git config --global credential.helper store
- ps: Add-Content "$env:USERPROFILE\.git-credentials" "https://$($env:GITHUB_ACCESS_TOKEN):x-oauth-basic@github.com`n"
- dir
- git remote set-url origin https://github.com/mono/CppSharp.git
- '%LIB_PATH%\CppSharp.Parser.Gen.exe'
- cd %APPVEYOR_BUILD_FOLDER%
- git commit -a -m "CI: Re-generated the parser bindings"
- git push

Expand Down

0 comments on commit ff30267

Please sign in to comment.