Skip to content

Commit 60e1b53

Browse files
committed
Add appveyor.yml
--HG-- branch : 3way-diff-gplv2
1 parent 9099a5a commit 60e1b53

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

appveyor.yml

+9
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)