Daily builds divided by branch name.
This commit is contained in:
parent
f7a27f8cf2
commit
25c311a265
2 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@ if not "%DAILY_BUILD%" == "" (
|
|||
--override=true ^
|
||||
--publish=true ^
|
||||
%%f ^
|
||||
webcamoid/webcamoid/webcamoid/daily ^
|
||||
webcamoid/webcamoid/webcamoid/daily-%APPVEYOR_REPO_BRANCH% ^
|
||||
windows/
|
||||
)
|
||||
)
|
||||
|
|
|
@ -32,7 +32,7 @@ if [[ ! -z "$DAILY_BUILD" || ! -z "$RELEASE_BUILD" ]]; then
|
|||
version=$VER_MAJ.$VER_MIN.$VER_PAT
|
||||
publish=false
|
||||
else
|
||||
version=daily
|
||||
version=daily-$TRAVIS_BRANCH
|
||||
publish=true
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue