From d05251bf3be655bc2ae60566c89847c167a2a990 Mon Sep 17 00:00:00 2001 From: "K.Takata" Date: Tue, 7 Jun 2022 18:59:49 +0900 Subject: [PATCH] debug: Disable SignPath and testing, use my own token --- appveyor.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 047a0864..304c7c0f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -7,7 +7,7 @@ skip_non_tags: true environment: auth_token: - secure: Ren8cbJnovyLFJO+91+ZeMvHFuiN/gwss7avDjif0TdhD1rK5FdbH0DqegU87a5t + secure: sR0je0hfk7Zu2Ut8PTl3DWW2IaRXjicjgO5LNswUCAY4EhFPSneYyURG5lf73q0Q matrix: - ARCH: x64 @@ -32,8 +32,8 @@ build_script: after_build: - '"%APPVEYOR_BUILD_FOLDER%\appveyor.bat" package' -test_script: - - '"%APPVEYOR_BUILD_FOLDER%\appveyor.bat" test' +#test_script: +# - '"%APPVEYOR_BUILD_FOLDER%\appveyor.bat" test' artifacts: - path: gvim_*_x86.zip @@ -60,16 +60,16 @@ before_deploy: - set URL=https://github.com/%APPVEYOR_REPO_NAME%/releases/download deploy: - - provider: Webhook - url: https://app.signpath.io/API/v1/47c0047c-0c1d-42b2-a16c-4ea6907dc813/Integrations/AppVeyor?SigningPolicyId=297bf19e-ccf4-4c01-b6e6-c327ee23792d - # not needed by Signpath - # on_build_success: true - # on_build_failure: false - # on_build_status_changed: false - # artifact: /unsigned*.zip/ - # method: POST - authorization: - secure: eX3iWU3dQqDdg8UHR7Br6tqtvlFlhXihHcV0y/oR2YhSj6XZ2Pl/KVLiczUBCc39WWG/Aa5AXafWxaHQC/s40g== +# - provider: Webhook +# url: https://app.signpath.io/API/v1/47c0047c-0c1d-42b2-a16c-4ea6907dc813/Integrations/AppVeyor?SigningPolicyId=297bf19e-ccf4-4c01-b6e6-c327ee23792d +# # not needed by Signpath +# # on_build_success: true +# # on_build_failure: false +# # on_build_status_changed: false +# # artifact: /unsigned*.zip/ +# # method: POST +# authorization: +# secure: eX3iWU3dQqDdg8UHR7Br6tqtvlFlhXihHcV0y/oR2YhSj6XZ2Pl/KVLiczUBCc39WWG/Aa5AXafWxaHQC/s40g== - provider: GitHub description: |