提交 775a0d0b 编写于 作者: C Colin Edwards 提交者: GitHub

CI: OSX Set builds to stable on tagged builds

上级 374851c8
......@@ -21,7 +21,12 @@ mv ./rundir/RelWithDebInfo/obs-plugins/obs-browser.so ./
# Package everything into a nice .app
hr "Packaging .app"
sudo python ../CI/install/osx/build_app.py --public-key ../CI/install/osx/OBSPublicDSAKey.pem --sparkle-framework ../../sparkle/Sparkle.framework #--base-url=https://obsappcasturlhere
STABLE=False
if [ -n "${TRAVIS_TAG}" ]; then
STABLE=TRUE
fi
sudo python ../CI/install/osx/build_app.py --public-key ../CI/install/osx/OBSPublicDSAKey.pem --sparkle-framework ../../sparkle/Sparkle.framework --base-url "https://obsproject.com/osx_update" --stable $STABLE
# Move the CEF plugin back to where it belongs
hr "Moving CEF back"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册