From 6a17e4fb4c32db3143e145a970441483c176fb90 Mon Sep 17 00:00:00 2001 From: Dimitar Dobrev Date: Fri, 9 Oct 2015 20:13:24 +0300 Subject: [PATCH] Disabled the auto-committing of parser bindings until it's properly fixed. Signed-off-by: Dimitar Dobrev --- appveyor.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 83ecba6b..dc43e407 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -54,15 +54,15 @@ build_script: #---------------------------------# on_success: - - git config --global user.name "CppSharp CI" - - git config --global user.email "joao+cppsharp-ci@tritao.eu" - - git config --global credential.helper store - - 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 checkout master - - '%LIB_PATH%\CppSharp.Parser.Gen.exe' - - 'git commit -a -m "CI: Re-generated the parser bindings"' - - git push + #- git config --global user.name "CppSharp CI" + #- git config --global user.email "joao+cppsharp-ci@tritao.eu" + #- git config --global credential.helper store + #- 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 checkout master + #- '%LIB_PATH%\CppSharp.Parser.Gen.exe' + #- 'git commit -a -m "CI: Re-generated the parser bindings"' + #- git push #---------------------------------# # artifacts configuration #