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

Commit d077054

Browse files
committed
appveyor: nightlies with more branches
1 parent bb04eab commit d077054

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ artifacts:
125125
deploy:
126126
- provider: GitHub
127127
tag: cperl-win-$(appveyor_build_version)
128-
description: 'cperl windows sfx nightly'
128+
description: 'cperl windows nightly'
129129
auth_token:
130130
secure: AsIAOIgCJX0QhrUKal2V00aaB5nRWtmtFTFeDVsGnbJLeEQpv9avUp0HT1cA8bNs
131131
artifact: nightly-mw32,nightly-mw64,nightly-vc32,nightly-vc64,nightly-cyg32,nightly-cyg64
@@ -136,7 +136,7 @@ deploy:
136136
branch: /(master|relprep|cperl-tag-deploy-test|maint-5)/
137137
- provider: GitHub
138138
tag: $(APPVEYOR_REPO_TAG_NAME)-win
139-
description: 'cperl windows sfx tagged'
139+
description: 'cperl windows tagged'
140140
auth_token:
141141
secure: AsIAOIgCJX0QhrUKal2V00aaB5nRWtmtFTFeDVsGnbJLeEQpv9avUp0HT1cA8bNs
142142
artifact: mingw-32,mingw-64,cygwin-32,cygwin-64,tagged-vc32,tagged-vc64

t/appveyor-smoke.bat

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,13 @@ nmake test CCTYPE=MSVC120 USE_NO_REGISTRY=define || exit 1
3333
rem install on master/relprep/tag
3434
if "%APPVEYOR_REPO_TAG%" == "true" goto tag
3535
if "%APPVEYOR_REPO_BRANCH%" == "master" goto nightly
36+
if "%APPVEYOR_REPO_BRANCH%" == "smoke/master" goto nightly
3637
if "%APPVEYOR_REPO_BRANCH%" == "smoke/relprep" goto nightly
3738
if "%APPVEYOR_REPO_BRANCH%" == "cperl-tag-deploy-test" goto nightly
39+
if "%APPVEYOR_REPO_BRANCH%" == "smoke/maint-5.26c" goto nightly
40+
if "%APPVEYOR_REPO_BRANCH%" == "maint-5.26c" goto nightly
41+
if "%APPVEYOR_REPO_BRANCH%" == "smoke/maint-5.24c" goto nightly
42+
if "%APPVEYOR_REPO_BRANCH%" == "maint-5.24c" goto nightly
3843
exit /b
3944

4045
:nightly

0 commit comments

Comments
 (0)