X-Git-Url: http://plrg.eecs.uci.edu/git/?p=libcds.git;a=blobdiff_plain;f=.travis.yml;h=f230fe023a111776e4e0b50d222bd60af4cf39f7;hp=d4cbc8354937521eaf3580e228bf57fabc25d90a;hb=02a41646cb545a02935072f951231e3726f1d955;hpb=ce297f8f9bab55f835af24fdf9e7893fff5eb46b diff --git a/.travis.yml b/.travis.yml index d4cbc835..f230fe02 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,13 +17,13 @@ install: - wget -O boost_1_${BOOST_VERSION}_0.tar.bz2 http://sourceforge.net/projects/boost/files/boost/1.${BOOST_VERSION}.0/boost_1_${BOOST_VERSION}_0.tar.bz2/download - tar xjf boost_1_${BOOST_VERSION}_0.tar.bz2 - cd boost_1_${BOOST_VERSION}_0 - - ./bootstrap.sh --with-toolset=gcc-${GCC_VERSION} + - ./bootstrap.sh - ./b2 --with-thread --with-atomic --with-date_time --with-system --with-timer --stagedir=stage64 --toolset=gcc-${GCC_VERSION} address-model=64 - cd .. before_script: cd ./build -script: ./build.sh -b 64 -j 4 -x ${CXX} -z '-Wall -Wextra -pedantic' --with-boost ../boost_1_${BOOST_VERSION}_0 -t test_hdr +script: ./build.sh -b 64 -j 2 -x ${CXX} -z '-Wall -Wextra -pedantic -Wno-unused-local-typedefs' --with-boost ../boost_1_${BOOST_VERSION}_0 -t test_hdr #after_success: