Browse Source

Disabled the auto-committing of parser bindings until it's properly fixed.

Signed-off-by: Dimitar Dobrev <dpldobrev@yahoo.com>
pull/575/head
Dimitar Dobrev 11 years ago
parent
commit
6a17e4fb4c
  1. 18
      appveyor.yml

18
appveyor.yml

@ -54,15 +54,15 @@ build_script:
#---------------------------------# #---------------------------------#
on_success: on_success:
- git config --global user.name "CppSharp CI" #- git config --global user.name "CppSharp CI"
- git config --global user.email "joao+cppsharp-ci@tritao.eu" #- git config --global user.email "joao+cppsharp-ci@tritao.eu"
- git config --global credential.helper store #- git config --global credential.helper store
- ps: Add-Content "$env:USERPROFILE\.git-credentials" "https://$($env:GITHUB_ACCESS_TOKEN):x-oauth-basic@github.com`n" #- 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 remote set-url origin https://github.com/mono/CppSharp.git
- git checkout master #- git checkout master
- '%LIB_PATH%\CppSharp.Parser.Gen.exe' #- '%LIB_PATH%\CppSharp.Parser.Gen.exe'
- 'git commit -a -m "CI: Re-generated the parser bindings"' #- 'git commit -a -m "CI: Re-generated the parser bindings"'
- git push #- git push
#---------------------------------# #---------------------------------#
# artifacts configuration # # artifacts configuration #

Loading…
Cancel
Save