From 398b86566f825275eee16625d2692a0120739358 Mon Sep 17 00:00:00 2001 From: Stewart Smith Date: Tue, 15 Dec 2015 19:00:52 +1100 Subject: Update travis-ci.yml for autotools Signed-off-by: Stewart Smith --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3517fdb..c6a95c3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: c script: - - make - - PATH=./fpart/x86/:./fcp/x86/:./ffs/x86:$PATH ./fpart/fpart.sh + - autoreconf -i && ./configure && make + - PATH=./fpart/:./fcp/:./ffs/:$PATH ./fpart/fpart.sh -- cgit v1.2.1