gcontini
2020-10-25 64c956947f61f7d213ed00a7afa403fb591f3cd8
.github/workflows/cpp.yml
@@ -14,10 +14,12 @@
    - name: Compile
      run: |
        cd build
        cmake -G "Visual Studio 16 2019" -DBUILD_TESTING:BOOL=OFF -DLCC_PROJECT_NAME:STRING=geode ..
        cmake -G "Visual Studio 16 2019" -DLCC_PROJECT_NAME:STRING=test ..
        cmake --build . --target install --config Debug
      shell: bash
    - name: Test
      run: ctest -C Release
      run: |
        cd build
        ctest -C Debug
      shell: bash