We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab0aace commit 56c4da9Copy full SHA for 56c4da9
appveyor.yml
@@ -53,10 +53,12 @@ build_script:
53
#---------------------------------#
54
55
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
+ - git remote set-url origin https://github.com/mono/CppSharp.git
60
- '%LIB_PATH%\CppSharp.Parser.Gen.exe'
- - git commit -m "CI: Re-generated the parser bindings"
61
+ - git commit -a -m "CI: Re-generated the parser bindings"
62
- git push
63
64
0 commit comments