From 9cad0e4e56f583b59d5fc0e9ad6f4b5c8fb3d720 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sun, 26 Jul 2020 12:19:24 +0200 Subject: [PATCH] appveyor: remove It's slow and currently broken because it hasn't been updated in the last month. --- README.md | 2 -- appveyor.yml | 37 ------------------------------------- 2 files changed, 39 deletions(-) delete mode 100644 appveyor.yml diff --git a/README.md b/README.md index cb6e87fca2..bf63bedda5 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,6 @@ --> 'main' workflow Status -

# MINGW-packages diff --git a/appveyor.yml b/appveyor.yml deleted file mode 100644 index c1eb36ab0a..0000000000 --- a/appveyor.yml +++ /dev/null @@ -1,37 +0,0 @@ -clone_folder: C:\M - -environment: - PATH: C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Program Files\Git\cmd - DEPLOY_PROVIDER: bintray - BINTRAY_ACCOUNT: alexpux - BINTRAY_REPOSITORY: msys2 - PACMAN_REPOSITORY_NAME: ci.mingw - BUILD_URL: https://ci.appveyor.com/project/$(APPVEYOR_ACCOUNT_NAME)/$(APPVEYOR_PROJECT_NAME)/build/$(APPVEYOR_BUILD_VERSION) - matrix: - - MINGW_INSTALLS: mingw32 - - MINGW_INSTALLS: mingw64 - -matrix: - fast_finish: true - -build_script: - - rmdir /s /Q C:\OpenSSL-Win32 C:\OpenSSL-Win64 - - C:\msys64\usr\bin\pacman --noconfirm --ask 20 --sync --refresh --refresh --sysupgrade --sysupgrade - - C:\msys64\usr\bin\bash --login -c "$(cygpath ${APPVEYOR_BUILD_FOLDER})/ci-build.sh" - -test: off - -artifacts: - - path: artifacts\* - -deploy: - - provider: BinTray - username: $(BINTRAY_ACCOUNT) - subject: $(BINTRAY_ACCOUNT) - repo: $(BINTRAY_REPOSITORY) - package: $(PACMAN_REPOSITORY_NAME) - version: latest - publish: true - override: true - api_key: - secure: B2XBLbsX8EQOpWyyaHskipMoF2+Tbt6hc/afbVm82f01CBKruspjwhee4K4C7/xf