Connect AppVeyor to the certbot git repository (#6361)

This commit is contained in:
Adrien Ferrand
2018-09-13 15:20:22 -07:00
committed by Brad Warren
parent 38b1d9d6ba
commit e501322ff1
+12
View File
@@ -0,0 +1,12 @@
# AppVeyor CI pipeline, executed on Windows Server 2016/2012 R2
branches:
only:
- master
- /^\d+\.\d+\.x$/ # version branches like X.X.X
- /^test-.*$/
build: off
test_script:
- ps: Write-Host "Hello, world!"