Skip to content

Commit

Permalink
Remove -j flag from install_dependencies
Browse files Browse the repository at this point in the history
Fixes build failure in Travis CI

Signed-off-by: Prateek Kumar <[email protected]>
  • Loading branch information
prateekkumarweb committed Sep 20, 2018
1 parent cebcdd9 commit 51c06c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions install_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ fi
cd open-wbo
git checkout 12382e6
echo "Building Open WBO..."
LIB=open-wbo make libr -j
LIB=open-wbo make libr
cd ..

echo "Getting YAML-CPP..."
Expand All @@ -29,7 +29,7 @@ fi
cd build
echo "Building YAML-CPP..."
cmake ..
make -j
make
cd ../..

echo "Getting CSVparser..."
Expand All @@ -52,7 +52,7 @@ fi
cd build
echo "Building PEGTL..."
cmake ..
make -j
make
cd ../..
echo "All dependencies installed."
cd ..
Expand Down

0 comments on commit 51c06c3

Please sign in to comment.