summaryrefslogtreecommitdiff
path: root/travis.sh
diff options
context:
space:
mode:
Diffstat (limited to 'travis.sh')
-rwxr-xr-xtravis.sh9
1 files changed, 1 insertions, 8 deletions
diff --git a/travis.sh b/travis.sh
index 7bf9383..8a63cca 100755
--- a/travis.sh
+++ b/travis.sh
@@ -1,12 +1,5 @@
#!/usr/bin/env bash
-build_autotools() {
- autoreconf -i
- ./configure --prefix=$PWD/_install
- make install
- make dist
-}
-
build_cmake() {
mkdir $PWD/_build && cd $PWD/_build
cmake .. -DCMAKE_INSTALL_PREFIX=$PWD/../_install -DCMAKE_C_FLAGS="-Werror" \
@@ -40,7 +33,7 @@ build_scan-build() {
}
if [ "$#" -ne 1 ]; then
- echo "Usage: $0 {autotools|cmake|asan|tsan|scan-build}"
+ echo "Usage: $0 {cmake|asan|tsan|scan-build}"
exit 1
fi