From 26b4f6f06a262e157b4ff5e05ef73f6784b82c09 Mon Sep 17 00:00:00 2001 From: Anupam Basak Date: Sat, 17 Feb 2018 22:38:43 +0530 Subject: [PATCH] Script Fixes --- build.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/build.sh b/build.sh index 7b01c04..b817052 100755 --- a/build.sh +++ b/build.sh @@ -1,8 +1,6 @@ #/bin/bash -echo $IS_CI - -if [ $IS_CI != "true" ] +if [ -z "$IS_CI" ] then echo "deb http://in.archive.ubuntu.com/ubuntu/ trusty main" | sudo tee /etc/apt/sources.list.d/trusty.list sudo add-apt-repository ppa:jonathonf/ffmpeg-3 --yes @@ -40,7 +38,7 @@ cd libdsm ./bootstrap ./configure make -j$(nproc) -sudo -j$(nproc) make install +sudo make -j$(nproc) install cd .. git clone https://github.com/sahlberg/libnfs.git