mirror of https://github.com/kiwix/libkiwix.git
[TRAVIS] Compile using the default compiler version 4.8.
This commit is contained in:
parent
3a00c4d671
commit
6ef2d5ff4b
|
@ -3,14 +3,10 @@ dist: trusty
|
|||
sudo: false
|
||||
cache: ccache
|
||||
before_install:
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then eval "${MATRIX_EVAL}"; fi
|
||||
- PATH=$PATH:$HOME/bin
|
||||
- ${CXX} --version
|
||||
install: travis/install_deps.sh
|
||||
script: travis/compile.sh
|
||||
env:
|
||||
global:
|
||||
- MATRIX_EVAL="CC=gcc-5 && CXX=g++-5"
|
||||
matrix:
|
||||
- PLATFORM="native_static"
|
||||
- PLATFORM="native_dyn"
|
||||
|
@ -20,10 +16,7 @@ env:
|
|||
- PLATFORM="android_arm64"
|
||||
addons:
|
||||
apt:
|
||||
sources:
|
||||
- ubuntu-toolchain-r-test
|
||||
packages:
|
||||
- g++-5
|
||||
- cmake
|
||||
- python3-pip
|
||||
- libbz2-dev
|
||||
|
|
Loading…
Reference in New Issue