Skip to content

Commit

Permalink
Force install of cppguess
Browse files Browse the repository at this point in the history
  • Loading branch information
lordofhyphens committed Mar 31, 2019
1 parent ac3f4f2 commit 716c018
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package/linux/travis-build-main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ if [ ! -e ./local-lib/lib/perl5/x86_64-linux-thread-multi/Wx.pm ]; then
tar -C$TRAVIS_BUILD_DIR -xjf /tmp/local-lib-wx302.tar.bz2
fi

cpanm local::lib
eval $(perl -Mlocal::lib=${TRAVIS_BUILD_DIR}/local-lib)
CC=g++-8 CXX=g++-8 cpanm ExtUtils::CppGuess --force
CC=g++-8 CXX=g++-8 BOOST_DIR=$HOME/boost_1_69_0 perl ./Build.PL
excode=$?
if [ $excode -ne 0 ]; then exit $excode; fi
Expand Down

0 comments on commit 716c018

Please sign in to comment.