From 28b6188a3f358fc065bb3009154443dd7ebbf7fb Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Wed, 5 Mar 2025 19:03:14 -0800 Subject: [PATCH] Delete appveyor.yml --- appveyor.yml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 appveyor.yml diff --git a/appveyor.yml b/appveyor.yml deleted file mode 100644 index b6bb74b..0000000 --- a/appveyor.yml +++ /dev/null @@ -1,14 +0,0 @@ -environment: - PYTHON: "C:\\Python37-x64" - -install: - - set PATH="%PYTHON%\\Scripts";%PATH% - - "%PYTHON%\\python.exe -m pip install --upgrade pip setuptools wheel" - - "%PYTHON%\\python.exe -m pip install -r requirements.txt" - - "%PYTHON%\\python.exe -m pip install certifi https://github.com/pyinstaller/pyinstaller/archive/develop.zip" - -build_script: - - "%PYTHON%\\python.exe setup.py build_binary" - -artifacts: - - path: dist\KCC*