1 Star 0 Fork 0

lthirty/Lightpack

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 989 Bytes
一键复制 编辑 原始数据 按行查看 历史
zomfg 提交于 2020-10-22 19:18 . travis: xcode12.2
language: cpp
#language: objective-c
osx_image: xcode12.2
notifications:
email: false
os:
- osx
before_install:
- brew update
- brew install qt5
- export QTDIR=/usr/local/opt/qt5
- export PATH=$PATH:$QTDIR/bin
- export VERSION=`cat Software/VERSION`
- qmake -v
script:
- cd Software
- set -e
- ./update_locales.sh
- qmake -r
- make
- macdeployqt bin/Prismatik.app -dmg
- ls bin
- hdiutil attach bin/Prismatik.dmg
- ls /Volumes/bin:Prismatik/Prismatik.app
- otool -L /Volumes/bin:Prismatik/Prismatik.app/Contents/MacOS/Prismatik
- otool -L /Volumes/bin:Prismatik/Prismatik.app/Contents/Frameworks/QtWidgets.framework/Versions/5/QtWidgets
- hdiutil detach /Volumes/bin:Prismatik
- 'if [ "$TRAVIS_PULL_REQUEST" = "false" ] && [ "$TRAVIS_BRANCH" = "master" ]; then curl -T bin/Prismatik.dmg "https://psieg.de/lightpack/osx_builds/Prismatik_${VERSION}_${TRAVIS_BUILD_NUMBER}.dmg" -u "${PSIEG_UPLOAD_USER}:${PSIEG_UPLOAD_PASSWORD}"; fi'
- set +e
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lthirty/Lightpack.git
git@gitee.com:lthirty/Lightpack.git
lthirty
Lightpack
Lightpack
master

搜索帮助