mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 06:15:36 -04:00
12 lines
No EOL
228 B
YAML
12 lines
No EOL
228 B
YAML
# 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!"
|
|
|