From 7bfa03363edf59011090a88a7ff10b3501f9cac5 Mon Sep 17 00:00:00 2001 From: Carlo Camilloni <carlo.camilloni@gmail.com> Date: Tue, 13 Jan 2015 14:56:13 +0100 Subject: [PATCH] almost: faster download and hopefully working configure [almost] --- .travis.install.almost | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.install.almost b/.travis.install.almost index 2bcbfe91f..ea479ba65 100755 --- a/.travis.install.almost +++ b/.travis.install.almost @@ -3,12 +3,13 @@ set -e set -x -svn checkout svn://svn.code.sf.net/p/almost/code/ almost-code +svn checkout svn://svn.code.sf.net/p/almost/code/branches/almost-2.1 almost-2.1 -cd almost-code/branches/almost-2.1 +cd almost-2.1 +autoreconf -fi ./configure --prefix=/usr/local CFLAGS="-fPIC" CXXFLAGS="-fPIC" make -j2 sudo make install -cd ../../../ +cd ../ -- GitLab