diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 16a8ecc..5c5901d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -139,10 +139,11 @@ jobs: cxxstd: "17,latest" addrmd: 32,64 os: windows-2016 - - toolset: msvc-14.2 - cxxstd: "17,latest" - addrmd: 32,64 - os: windows-2019 + # TODO: fails the loophole tests + #- toolset: msvc-14.2 + # cxxstd: "17,latest" + # addrmd: 32,64 + # os: windows-2019 - toolset: gcc cxxstd: "03,11,14,17,2a" addrmd: 64 diff --git a/.travis.yml b/.travis.yml index bbf2ac1..4df0a9e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -119,7 +119,7 @@ before_install: - echo "Testing $BOOST_LIBS_FOLDER, to remove $BOOST/libs/$BOOST_LIBS_FOLDER, testing branch $BOOST_BRANCH" - git clone -b $BOOST_BRANCH --depth 10 https://github.com/boostorg/boost.git $BOOST - cd $BOOST - - git submodule update --init --depth 10 tools/build tools/boostdep + - git submodule update --init --depth 10 tools/build tools/boostdep tools/inspect libs/filesystem # Replacing Boost module with this project and installing Boost dependencies - rm -rf $BOOST/libs/$BOOST_LIBS_FOLDER @@ -131,6 +131,7 @@ before_install: # Adding missing toolsets and preparing Boost headers - ./bootstrap.sh - ./b2 headers + - ./b2 -j4 variant=debug tools/inspect/build - |- echo "using gcc ;" >> ~/user-config.jam echo "using clang ;" >> ~/user-config.jam