From 7ea3f0b86cdd8aff500d67192f2c67190060376e Mon Sep 17 00:00:00 2001 From: Vitaly Date: Tue, 19 Mar 2024 13:05:14 +0100 Subject: [PATCH] Removed obsolete files from the repository. --- .appveyor.yml | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 .appveyor.yml diff --git a/.appveyor.yml b/.appveyor.yml deleted file mode 100644 index c5cf2c8..0000000 --- a/.appveyor.yml +++ /dev/null @@ -1,36 +0,0 @@ -# -# SPDX-FileCopyrightText: 2011-2024 EasyCoding Team -# -# SPDX-License-Identifier: GPL-3.0-or-later -# - -version: '{build}' -pull_requests: - do_not_increment_build_number: true -branches: - only: - - master -image: Visual Studio 2022 -clone_depth: 1 -init: -- cmd: git config --global core.autocrlf true -install: -- cmd: >- - set PATH=C:\Python311-x64;C:\Python311-x64\Scripts;%PATH% - - pip3 install sphinx -build_script: -- cmd: >- - set PATH=C:\Python311-x64;C:\Python311-x64\Scripts;%PATH% - - set CI_HASH=%APPVEYOR_REPO_COMMIT:~0,7% - - cd packaging - - call build_win.cmd -test: off -artifacts: -- path: packaging\results\snapshot_*.zip - name: archive -- path: packaging\results\snapshot_*.exe - name: installer