Daily builds divided by branch name.

This commit is contained in:
Gonzalo Exequiel Pedone 2021-02-13 10:27:51 -03:00
parent f7a27f8cf2
commit 25c311a265
No known key found for this signature in database
GPG key ID: B8B09E63E9B85BAF
2 changed files with 2 additions and 2 deletions

View file

@ -29,7 +29,7 @@ if not "%DAILY_BUILD%" == "" (
--override=true ^ --override=true ^
--publish=true ^ --publish=true ^
%%f ^ %%f ^
webcamoid/webcamoid/webcamoid/daily ^ webcamoid/webcamoid/webcamoid/daily-%APPVEYOR_REPO_BRANCH% ^
windows/ windows/
) )
) )

View file

@ -32,7 +32,7 @@ if [[ ! -z "$DAILY_BUILD" || ! -z "$RELEASE_BUILD" ]]; then
version=$VER_MAJ.$VER_MIN.$VER_PAT version=$VER_MAJ.$VER_MIN.$VER_PAT
publish=false publish=false
else else
version=daily version=daily-$TRAVIS_BRANCH
publish=true publish=true
fi fi