Travis: build mobile on Linux with newer gcc

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2018-06-17 20:20:13 +09:00
parent ca84d96a50
commit fca06fd865
2 changed files with 8 additions and 1 deletions

View file

@ -8,6 +8,10 @@
set -x
# make sure we use a new enough compiler
export CC=gcc-5
export CXX=g++-5
# Travis only pulls shallow repos. But that messes with git describe.
# Sorry Travis, fetching the whole thing and the tags as well...
git fetch --unshallow