We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f262fee commit 13c1987Copy full SHA for 13c1987
appveyor.yml
@@ -0,0 +1,28 @@
1
+#---------------------------------#
2
+# general configuration #
3
4
+
5
+# version format
6
+version: 0.0.0.{build}
7
8
+# Do not build on tags (GitHub and BitBucket)
9
+skip_tags: true
10
11
+# Maximum number of concurrent jobs for the project
12
+max_jobs: 1
13
14
15
+# environment configuration #
16
17
18
+# Build worker image (VM template)
19
+image:
20
+- Visual Studio 2017
21
+- Visual Studio 2019
22
23
24
+# build configuration #
25
26
27
+# There is nothing to be build yet
28
+build: off
0 commit comments