File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 4141 - ACTION="ci/build_cmake.sh" VERSION="cpp03" ARCH="64" LIBPATH="/usr/local/lib" BOOST=""
4242 - ACTION="ci/build_cmake.sh" VERSION="cpp03" ARCH="32" LIBPATH="/usr/local/lib32" BOOST="boost" BOOST_INC="/usr/local/boost"
4343 - ACTION="ci/build_cmake.sh" VERSION="cpp03" ARCH="32" LIBPATH="/usr/local/lib32" BOOST=""
44+ - ACTION="ci/build_cmake.sh" VERSION="cpp03" ARCH="64" LIBPATH="/usr/local/lib" BOOST="boost" BOOST_INC="/usr/local/boost" SHARED="OFF"
45+ - ACTION="ci/build_cmake.sh" VERSION="cpp03" ARCH="64" LIBPATH="/usr/local/lib" BOOST="" SHARED="OFF"
46+ - ACTION="ci/build_cmake.sh" VERSION="cpp03" ARCH="32" LIBPATH="/usr/local/lib32" BOOST="boost" BOOST_INC="/usr/local/boost" SHARED="OFF"
47+ - ACTION="ci/build_cmake.sh" VERSION="cpp03" ARCH="32" LIBPATH="/usr/local/lib32" BOOST="" SHARED="OFF"
48+
4449
4550before_script :
4651 - export PATH=/usr/local/bin:$PATH
Original file line number Diff line number Diff line change 4444 boost_dir=" "
4545fi
4646
47- cmake $cpp11 $bit32 $boost $boost_dir ..
47+ if [ " $5 " = " OFF" ]
48+ then
49+ shared=" -DMSGPACK_ENABLE_SHARED=OFF"
50+ else
51+ shared=" "
52+ fi
53+
54+ cmake $cpp11 $bit32 $boost $boost_dir $shared ..
4855
4956ret=$?
5057if [ $ret -ne 0 ]
You can’t perform that action at this time.
0 commit comments