From: Ivan Maidanski Date: Wed, 24 May 2017 21:39:59 +0000 (+0300) Subject: Travis CI: Move 'gnu-tools' to home folder X-Git-Tag: v7.6.2~76 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=67b84cdb9d0c9f0cf92cc306c75e4f0535380cf3;p=libatomic_ops Travis CI: Move 'gnu-tools' to home folder --- diff --git a/.travis.yml b/.travis.yml index 37ae653..4f3890d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -365,7 +365,7 @@ before_install: MAKEFILE_TARGET=check-nolink; fi - if [[ "$AUTOMAKE_VER" != "" || "$LIBTOOL_VER" != "" || "$M4_VER" != "" ]]; then - GNUTOOLS_ROOT=`pwd`/gnu-tools; + GNUTOOLS_ROOT=`pwd`/../gnu-tools; export PATH=$GNUTOOLS_ROOT/bin:$PATH; fi - if [[ "$M4_VER" != "" ]]; then