Commit 5ff786e5 authored by Max Kellermann's avatar Max Kellermann

.travis.yml: enable ccache on Linux

parent 80fe88e8
...@@ -25,7 +25,7 @@ matrix: ...@@ -25,7 +25,7 @@ matrix:
- /usr/bin/python3.6 $HOME/.local/bin/pip install --user meson - /usr/bin/python3.6 $HOME/.local/bin/pip install --user meson
env: env:
# use gold as workaround for https://sourceware.org/bugzilla/show_bug.cgi?id=17068 # use gold as workaround for https://sourceware.org/bugzilla/show_bug.cgi?id=17068
- MATRIX_EVAL="export CC=gcc-6 CXX=g++-6 LDFLAGS=-fuse-ld=gold PATH=$HOME/.local/bin:$PATH" - MATRIX_EVAL="export CC='ccache gcc-6' CXX='ccache g++-6' LDFLAGS=-fuse-ld=gold PATH=$HOME/.local/bin:$PATH"
- os: linux - os: linux
dist: trusty dist: trusty
...@@ -50,7 +50,7 @@ matrix: ...@@ -50,7 +50,7 @@ matrix:
- /usr/bin/python3.6 $HOME/.local/bin/pip install --user meson - /usr/bin/python3.6 $HOME/.local/bin/pip install --user meson
env: env:
# use gold as workaround for https://sourceware.org/bugzilla/show_bug.cgi?id=17068 # use gold as workaround for https://sourceware.org/bugzilla/show_bug.cgi?id=17068
- MATRIX_EVAL="export CC=gcc-8 CXX=g++-8 LDFLAGS=-fuse-ld=gold PATH=$HOME/.local/bin:$PATH" - MATRIX_EVAL="export CC='ccache gcc-8' CXX='ccache g++-8' LDFLAGS=-fuse-ld=gold PATH=$HOME/.local/bin:$PATH"
- os: osx - os: osx
osx_image: xcode9.3beta osx_image: xcode9.3beta
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment