Skip to content
This repository was archived by the owner on Jun 13, 2024. It is now read-only.

Commit 22467a7

Browse files
committed
Add AppVeyor integration
1 parent 73645a0 commit 22467a7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

appveyor.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
version: 1.1.0.{build}
2+
image: WMF 5
3+
skip_commits:
4+
message: /updated readme.*|update readme.*s/
5+
build: off
6+
7+
#Kick off the CI/CD pipeline
8+
test_script:
9+
- ps: . .\build.ps1 -Task Test

0 commit comments

Comments
 (0)