aboutsummaryrefslogtreecommitdiffstats
path: root/test/travis-build.sh
diff options
context:
space:
mode:
authorNikolaus Rath <Nikolaus@rath.org>2017-08-24 17:07:57 +0200
committerNikolaus Rath <Nikolaus@rath.org>2017-08-24 20:50:44 +0200
commit30ead3a5cf6405dab9d5eeac79ffe6a0e9d0aafd (patch)
tree5bffbe72317aacb3e8d6e4ac3ef4ced1585961fa /test/travis-build.sh
parent937467b6a06b72ee44709541f71b614ca28fa870 (diff)
downloadlibfuse-30ead3a5cf6405dab9d5eeac79ffe6a0e9d0aafd.tar.gz
Dropped support for building with autotools
It's just too much pain to keep it working.
Diffstat (limited to 'test/travis-build.sh')
-rwxr-xr-xtest/travis-build.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/travis-build.sh b/test/travis-build.sh
index dcf2421..cbc00da 100755
--- a/test/travis-build.sh
+++ b/test/travis-build.sh
@@ -46,14 +46,6 @@ for san in undefined address; do
cd ..
done
-# Autotools build
-CC=gcc
-./makeconf.sh
-./configure
-make
-sudo ${TEST_CMD}
-sudo make install
-
# Documentation
doxygen doc/Doxyfile