gcontini
2020-10-25 33041ad25a6add7beace4a680ffaaf88c5c3948a
.github/workflows/cpp.yml
@@ -14,7 +14,7 @@
    - 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