1 Star 0 Fork 0

zhangshuai75/QtXlsxWriter

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.travis.yml 2.01 KB
一键复制 编辑 原始数据 按行查看 历史
language: cpp
git:
depth: 1
matrix:
fast_finish: true
include:
- name: Ubuntu qmake test
os: linux
dist: xenial
group: stable
compiler: gcc
addons:
apt:
sources:
- ubuntu-toolchain-r-test
- sourceline: 'ppa:beineri/opt-qt-5.12.0-xenial'
update: true
packages:
- qt512base
- qt512tools
- gcc-6
- g++-6
- libc6-i386
- libgl-dev
- libgl1-mesa-dev
- mesa-common-dev
script:
- PATH="/opt/qt512/bin:$PATH"
- CXX="g++-6"
- CC="gcc-6"
- qt512-env.sh
- qmake "DEFINES += XLSX_TEST"
- make
- sudo make install
- cd tests
- qmake
- make
- make check
- name: Ubuntu qmake release
os: linux
dist: xenial
group: stable
compiler: gcc
addons:
apt:
sources:
- ubuntu-toolchain-r-test
- sourceline: 'ppa:beineri/opt-qt-5.12.0-xenial'
update: true
packages:
- qt512base
- qt512tools
- gcc-6
- g++-6
- libc6-i386
- libgl-dev
- libgl1-mesa-dev
- mesa-common-dev
script:
- PATH="/opt/qt512/bin:$PATH"
- CXX="g++-6"
- CC="gcc-6"
- qt512-env.sh
- qmake
- make
- sudo make install
- name: macOS qmake test
os: osx
osx_image: xcode10.1
compiler: clang
addons:
homebrew:
packages:
- qt
update: true
script:
- PATH="/usr/local/opt/qt5/bin:$PATH"
- qmake "DEFINES += XLSX_TEST"
- make
- make install
- cd tests
- qmake
- make
- make check
- name: macOS qmake release
os: osx
osx_image: xcode10.1
compiler: clang
addons:
homebrew:
packages:
- qt
update: true
script:
- PATH="/usr/local/opt/qt5/bin:$PATH"
- qmake
- make
- make install
notifications:
email: false
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/zhangshuai75/QtXlsxWriter.git
git@gitee.com:zhangshuai75/QtXlsxWriter.git
zhangshuai75
QtXlsxWriter
QtXlsxWriter
master

搜索帮助