mirror of
https://github.com/mutouyun/cpp-ipc.git
synced 2025-12-07 01:06:45 +08:00
Update .travis.yml
This commit is contained in:
parent
e54e9898fc
commit
0429a2c87b
20
.travis.yml
20
.travis.yml
@ -1,28 +1,26 @@
|
||||
language: cpp
|
||||
os: linux
|
||||
dist: xenial
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- os: linux
|
||||
addons:
|
||||
addons:
|
||||
apt:
|
||||
sources:
|
||||
- ubuntu-toolchain-r-test
|
||||
packages:
|
||||
- g++-7
|
||||
- qt5-qmake
|
||||
- libqt5test5
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- compiler: gcc
|
||||
env:
|
||||
- MATRIX_EVAL="CC=gcc-7 && CXX=g++-7"
|
||||
|
||||
- os: linux
|
||||
compiler: clang
|
||||
- compiler: clang
|
||||
|
||||
before_install:
|
||||
- eval "${MATRIX_EVAL}"
|
||||
|
||||
install:
|
||||
- sudo apt-get update
|
||||
- sudo apt-get install qt5-qmake libqt5test5
|
||||
|
||||
script:
|
||||
- qmake -v
|
||||
- cd ./build
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user