gcontini
2021-05-19 b84510338059d30f58353695b52d37b27d41c3f9
.travis.yml
@@ -225,7 +225,7 @@
         directories:
             - "/C/local/boost"
     before_script:
         - travis_wait 40 ./scripts/windows_download_boost.bat
         - choco install boost-msvc-14.1
         - cd "${TRAVIS_BUILD_DIR}"
         - cd build && cmake -G "Visual Studio 15 2017 Win64" -DBOOST_ROOT="C:/local/boost" -DSTATIC_RUNTIME=1 ..
   - os: windows