gcontini
2020-10-25 4b7e3271e3ad8b2fda6fadead733a3fa9bad8dab
.github/workflows/cpp.yml
@@ -4,18 +4,26 @@
  push:
jobs:
  build-windows:
  build-windows-vc2019:
    runs-on: windows-2019
    steps:
    - uses: actions/checkout@v1
    - name: Setup Boost (Windows / Linux latest)
      shell: bash
      run: echo "BOOST_ROOT=$BOOST_ROOT_1_72_0" >> $GITHUB_ENV
    - name: Compile & Test
    - name: Compile
      env:
        CTEST_OUTPUT_ON_FAILURE: 1
      run: |
        mkdir -p build
        cd build
        cmake -G "Visual Studio 16 2019" -DBUILD_TESTING:BOOL=OFF -DLCC_PROJECT_NAME:STRING=geode ..
        cmake --build . --config Debug
      shell: bash
        cmake -G "Visual Studio 16 2019" -DLCC_PROJECT_NAME:STRING=test ..
        cmake --build . --target install --config Debug
      shell: bash
    - name: Test
      run: |
        cd build
        ctest -C Debug
      shell: bash
    - name: The job has failed
      if: ${{ failure() }}
      run: type %TMP%\open-license.log