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
|
sudo: false
|
||||||
cache: ccache
|
cache: ccache
|
||||||
before_install:
|
before_install:
|
||||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then eval "${MATRIX_EVAL}"; fi
|
|
||||||
- PATH=$PATH:$HOME/bin
|
- PATH=$PATH:$HOME/bin
|
||||||
- ${CXX} --version
|
|
||||||
install: travis/install_deps.sh
|
install: travis/install_deps.sh
|
||||||
script: travis/compile.sh
|
script: travis/compile.sh
|
||||||
env:
|
env:
|
||||||
global:
|
|
||||||
- MATRIX_EVAL="CC=gcc-5 && CXX=g++-5"
|
|
||||||
matrix:
|
matrix:
|
||||||
- PLATFORM="native_static"
|
- PLATFORM="native_static"
|
||||||
- PLATFORM="native_dyn"
|
- PLATFORM="native_dyn"
|
||||||
|
@ -20,10 +16,7 @@ env:
|
||||||
- PLATFORM="android_arm64"
|
- PLATFORM="android_arm64"
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
sources:
|
|
||||||
- ubuntu-toolchain-r-test
|
|
||||||
packages:
|
packages:
|
||||||
- g++-5
|
|
||||||
- cmake
|
- cmake
|
||||||
- python3-pip
|
- python3-pip
|
||||||
- libbz2-dev
|
- libbz2-dev
|
||||||
|
|
Loading…
Reference in New Issue