branch: elpa/pdf-tools
commit 53fe57641bf7efa60ea8a1c76e7239368a3cd179
Author: Vedang Manerikar <[email protected]>
Commit: Vedang Manerikar <[email protected]>
chore: remove appveyor.yml since we've moved to github actions
---
appveyor.yml | 28 ----------------------------
1 file changed, 28 deletions(-)
diff --git a/appveyor.yml b/appveyor.yml
deleted file mode 100644
index 4e975d29366..00000000000
--- a/appveyor.yml
+++ /dev/null
@@ -1,28 +0,0 @@
-version: 1.0.{build}
-
-environment:
- matrix:
- - FLAVOR: mingw64
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
- COMPILER: msys2
- PLATFORM: x64
- MSYS2_ARCH: x86_64
- MSYS2_DIR: msys64
- MSYSTEM: MINGW64
- BIT: 64
-
-install:
- # running under CI
- - '%APPVEYOR_BUILD_FOLDER%\ci\appveyor\install.bat'
- - 'echo End install at: & time /t'
-
-build_script:
- - 'pushd %APPVEYOR_BUILD_FOLDER%'
- - 'make autobuild -f %APPVEYOR_BUILD_FOLDER%\Makefile'
-
-after_build:
- - '%APPVEYOR_BUILD_FOLDER%\ci\appveyor\pack.bat'
-
-artifacts:
- - path: '*.zip'
- - path: '*.tar'