mirror of
https://github.com/kiwix/kiwix-tools.git
synced 2025-09-23 20:10:25 -04:00
[TRAVIS] Compile using default gcc (4.8)
This commit is contained in:
parent
9571148375
commit
f9edd75f6c
11
.travis.yml
11
.travis.yml
@ -2,22 +2,11 @@ language: cpp
|
|||||||
dist: trusty
|
dist: trusty
|
||||||
sudo: required
|
sudo: required
|
||||||
cache: ccache
|
cache: ccache
|
||||||
before_install:
|
|
||||||
- eval "${MATRIX_EVAL}"
|
|
||||||
- ${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"
|
||||||
- PLATFORM="win32_static"
|
- PLATFORM="win32_static"
|
||||||
- PLATFORM="win32_dyn"
|
- PLATFORM="win32_dyn"
|
||||||
addons:
|
|
||||||
apt:
|
|
||||||
sources:
|
|
||||||
- ubuntu-toolchain-r-test
|
|
||||||
packages:
|
|
||||||
- g++-5
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user