-
Notifications
You must be signed in to change notification settings - Fork 513
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change to the build directory before Git push in AppVeyor.
- Loading branch information
Showing
1 changed file
with
2 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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):[email protected]`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 | ||
|
||
|