加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 599 Bytes
一键复制 编辑 原始数据 按行查看 历史
Alexandra Cherdantseva 提交于 2020-11-20 13:26 . up ci config
language: cpp
dist: trusty
compiler:
- gcc
branches:
only:
- master
- develop
os:
- linux
before_install:
- sudo add-apt-repository ppa:beineri/opt-qt593-trusty -y
- sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
- sudo apt-get update -q
install:
- sudo apt-get install flex bison
- sudo apt-get install qt59base qt59script qt59tools
- source /opt/qt59/bin/qt59-env.sh
- sudo apt-get install -qq g++-4.8
- sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 90
script:
- qmake
- make
- ./bin-linux-gcc-x86_64/QtnPropertyTests
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化