summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander V. Wolf <alex.v.wolf@gmail.com>2022-05-25 23:20:58 +0700
committerGitHub <noreply@github.com>2022-05-25 23:20:58 +0700
commit26c6015c0b2a81df3281fadc076a3a91e03cb40c (patch)
treec586d361a00e51a01315f0ee7d5881bc967d5820
parent4fa23fa9462b86e73890af015678426a106b55ad (diff)
Update .appveyor.yml
-rw-r--r--.appveyor.yml20
1 files changed, 12 insertions, 8 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 997a7e59dd..fd9e488b78 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -7,6 +7,10 @@ clone_folder: c:\stellarium
clone_depth: 5
# Do not build feature branch with open Pull Requests
skip_branch_with_pr: true
+# Do not build on tags
+skip_tags: true
+# Maximum number of concurrent jobs for the project
+max_jobs: 4
# environment variables
environment:
matrix:
@@ -32,14 +36,14 @@ environment:
packaging: false
suffix: Win64
cmake_args: -A x64
-# - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022
-# platform: Win32
-# qtver: 5.15
-# qtbin: msvc2019
-# msvcname: Visual Studio 17 2022
-# packaging: false
-# suffix: Win32
-# cmake_args: -A Win32
+ - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2022
+ platform: Win32
+ qtver: 5.15
+ qtbin: msvc2019
+ msvcname: Visual Studio 17 2022
+ packaging: false
+ suffix: Win32
+ cmake_args: -A Win32
before_build:
- set PUBLISH_BINARY=false