| | |
| | | - uses: actions/checkout@v1 |
| | | - name: Setup |
| | | shell: bash |
| | | run: echo "BOOST_ROOT=$BOOST_ROOT_1_72_0" >> $GITHUB_ENV |
| | | run: echo 1"$BOOST_ROOT_1_72_0" && echo 2"${{ BOOST_ROOT_1_72_0 }}" && echo 3"${{ env.BOOST_ROOT_1_72_0 }}" |
| | | - name: Setup2 |
| | | shell: bash |
| | | run: set |
| | | - name: Compile |
| | | run: | |
| | | cd build |
| | |
| | | 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 |