mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 08:03:10 +02:00
Connect AppVeyor to the certbot git repository (#6361)
This commit is contained in:
committed by
Brad Warren
parent
38b1d9d6ba
commit
e501322ff1
@@ -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!"
|
||||||
|
|
||||||
Reference in New Issue
Block a user