diff options
| author | Skye Deving <76892045+skyedeving@users.noreply.github.com> | 2021-01-27 01:57:41 -0600 |
|---|---|---|
| committer | Skye Deving <76892045+skyedeving@users.noreply.github.com> | 2021-01-28 11:05:42 -0600 |
| commit | 214e94146426b29c7db5257c55897369f0c2bc32 (patch) | |
| tree | 9a31003f5565b7e5249f22e2712bb396485898a6 /.github | |
| parent | 6a2e7e16d0615e195d7db3ae93be04eafc628bc8 (diff) | |
Make this just install qt for cache
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1a44a7a0..60da628f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -49,27 +49,27 @@ jobs: version: '5.15.2' cached: ${{steps.cache-qt.outputs.cache-hit}} - - name: Create Build Environment - run: cmake -E make_directory ${{github.workspace}}/build - - - name: Configure CMake - shell: bash - env: - CC: gcc-10 - CXX: g++-10 - working-directory: ${{github.workspace}}/build - run: cmake $GITHUB_WORKSPACE -DCMAKE_BUILD_TYPE=$BUILD_TYPE - - - name: Build - working-directory: ${{github.workspace}}/build - shell: bash - run: cmake --build . --config $BUILD_TYPE --target Attorney_Online - - - name: Upload Artifact - uses: actions/upload-artifact@v2 - with: - name: Attorney_Online - path: ${{github.workspace}}/build/Attorney_Online + # - name: Create Build Environment + # run: cmake -E make_directory ${{github.workspace}}/build + + # - name: Configure CMake + # shell: bash + # env: + # CC: gcc-10 + # CXX: g++-10 + # working-directory: ${{github.workspace}}/build + # run: cmake $GITHUB_WORKSPACE -DCMAKE_BUILD_TYPE=$BUILD_TYPE + + # - name: Build + # working-directory: ${{github.workspace}}/build + # shell: bash + # run: cmake --build . --config $BUILD_TYPE --target Attorney_Online + + # - name: Upload Artifact + # uses: actions/upload-artifact@v2 + # with: + # name: Attorney_Online + # path: ${{github.workspace}}/build/Attorney_Online # linux: # # The CMake configure and build commands are platform agnostic and should work equally |
