We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56c4da9 commit ff30267Copy full SHA for ff30267
appveyor.yml
@@ -56,8 +56,10 @@ on_success:
56
- git config --global user.name "CppSharp CI"
57
- git config --global credential.helper store
58
- ps: Add-Content "$env:USERPROFILE\.git-credentials" "https://$($env:GITHUB_ACCESS_TOKEN):[email protected]`n"
59
+ - dir
60
- git remote set-url origin https://github.com/mono/CppSharp.git
61
- '%LIB_PATH%\CppSharp.Parser.Gen.exe'
62
+ - cd %APPVEYOR_BUILD_FOLDER%
63
- git commit -a -m "CI: Re-generated the parser bindings"
64
- git push
65
0 commit comments