1
0
mirror of https://github.com/QtExcel/QXlsx.git synced 2025-01-30 05:02:52 +08:00

testing travis ci

This commit is contained in:
Jay Two 2018-11-29 13:58:34 +09:00
parent 8e8e32947b
commit fe5d299a8c

23
.travis.yml Normal file
View File

@ -0,0 +1,23 @@
# .travis.yml
language: c++
compiler: gcc
sudo: require
dist: trusty
before_install:
# - sudo add-apt-repository ppa:beineri/opt-qt532-trusty -y
# - sudo apt-get update -qq
install:
- sudo apt-get update
- sudo apt-get install qt5-default qttools5-dev-tools
script:
- cd QXlsx
- qmake QXlsx.pro
- make
after_success:
# ----