Skip to content
Snippets Groups Projects
Commit 907b1c7b authored by rishwanth1995's avatar rishwanth1995
Browse files

removed test error for clang compiler

parent ff6fd160
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,12 @@ installLib() {
cd $1
./synclibs.sh
./autogen.sh
./configure && make > /dev/null && sudo make install > /dev/null
if test ${TRAVIS_OS_NAME} = "linux"; then
./configure -prefix=/usr > /dev/null
else
./configure > /dev/null
fi
make > /dev/null && sudo make install > /dev/null
cd ..
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment