We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9099a5a commit 60e1b53Copy full SHA for 60e1b53
appveyor.yml
@@ -0,0 +1,9 @@
1
+version: 1.0.{build}
2
+image: Visual Studio 2017
3
+shallow_clone: true
4
+build_script:
5
+- cmd: >-
6
+ BuildBin.vs2017.cmd
7
+ BuildArc.cmd
8
+artifacts:
9
+- path: Dist/*.zip
0 commit comments