Skip to content

Commit 7c293cc

Browse files
committed
Try skipping appveyor builds
1 parent 4f55315 commit 7c293cc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

appveyor.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,13 @@ for:
6565
- TARGET_ARCH: "x86"
6666

6767
skip_non_tags: true
68+
-
69+
matrix:
70+
only:
71+
- TARGET_ARCH: "x86"
72+
- TARGET_ARCH: "x64"
73+
74+
APPVEYOR_SCHEDULED_BUILD: true
6875

6976
# Uncomment this to allow RDP into appveyor worker
7077
# init:

0 commit comments

Comments
 (0)