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

Commit ffaa3f5

Browse files
committed
appveyor: nightlies with more branches
1 parent c991c0d commit ffaa3f5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

t/appveyor-smoke.bat

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,16 @@ if "%APPVEYOR_REPO_BRANCH%" == "maint-5.22c" goto nightly
4747
if "%APPVEYOR_REPO_BRANCH%" == "maint-5.24c" goto nightly
4848
if "%APPVEYOR_REPO_BRANCH%" == "maint-5.26c" goto nightly
4949
if "%APPVEYOR_REPO_BRANCH%" == "master" goto nightly
50+
if "%APPVEYOR_REPO_BRANCH%" == "smoke/master" goto nightly
5051
if "%APPVEYOR_REPO_BRANCH%" == "smoke/relprep" goto nightly
5152
if "%APPVEYOR_REPO_BRANCH%" == "smoke/maint-5.22c" goto nightly
5253
if "%APPVEYOR_REPO_BRANCH%" == "smoke/maint-5.24c" goto nightly
5354
if "%APPVEYOR_REPO_BRANCH%" == "smoke/maint-5.26c" goto nightly
5455
if "%APPVEYOR_REPO_BRANCH%" == "cperl-tag-deploy-test" goto nightly
56+
if "%APPVEYOR_REPO_BRANCH%" == "smoke/maint-5.26c" goto nightly
57+
if "%APPVEYOR_REPO_BRANCH%" == "maint-5.26c" goto nightly
58+
if "%APPVEYOR_REPO_BRANCH%" == "smoke/maint-5.24c" goto nightly
59+
if "%APPVEYOR_REPO_BRANCH%" == "maint-5.24c" goto nightly
5560
exit /b
5661

5762
:nightly

0 commit comments

Comments
 (0)