]> granicus.if.org Git - libatomic_ops/commitdiff
Travis CI: Move 'gnu-tools' to home folder
authorIvan Maidanski <ivmai@mail.ru>
Wed, 24 May 2017 21:39:59 +0000 (00:39 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Wed, 20 Sep 2017 07:53:03 +0000 (10:53 +0300)
.travis.yml

index 45c89353ce6144609c308dde1b1d7052f2d4bec0..435d2245b730df4b5b4820f7ffd2c820f8eb8bab 100644 (file)
@@ -98,7 +98,7 @@ matrix:
 
 before_install:
 - 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