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 ^
|
--override=true ^
|
||||||
--publish=true ^
|
--publish=true ^
|
||||||
%%f ^
|
%%f ^
|
||||||
webcamoid/webcamoid/webcamoid/daily ^
|
webcamoid/webcamoid/webcamoid/daily-%APPVEYOR_REPO_BRANCH% ^
|
||||||
windows/
|
windows/
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue