From 7a92c39a77672ccdc808f5a7320cd78d9b189c52 Mon Sep 17 00:00:00 2001 From: past-due <30942300+past-due@users.noreply.github.com> Date: Wed, 9 Dec 2020 10:35:54 -0500 Subject: [PATCH] GitHub Actions: Skip building Demos --- .github/workflows/CI.yml | 23 +++++------------------ 1 file changed, 5 insertions(+), 18 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index d15f454f..3ad2e78c 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -18,21 +18,13 @@ jobs: strategy: matrix: include: - - name: "MoltenVK (macOS)" - platform: "macos" - demos-scheme: "Cube-macOS" - - name: "MoltenVK (macCatalyst)" - platform: "maccat" - demos-scheme: "" - - name: "MoltenVK (iOS)" - platform: "ios" - demos-scheme: "" - - name: "MoltenVK (tvOS)" - platform: "tvos" - demos-scheme: "" + - platform: "macos" + - platform: "maccat" + - platform: "ios" + - platform: "tvos" fail-fast: false - name: '${{ matrix.name }}' + name: 'MoltenVK (${{ matrix.platform }})' # See: https://docs.github.com/en/free-pro-team@latest/actions/reference/specifications-for-github-hosted-runners#supported-runners-and-hardware-resources runs-on: macos-latest @@ -82,11 +74,6 @@ jobs: if: failure() run: cat "xcodebuild.log" - - name: Build Demos - if: success() && !(matrix.demos-scheme == '') - run: | - xcodebuild build -workspace Demos/Demos.xcworkspace -scheme "${{ matrix.demos-scheme }}" - - name: Tar Artifacts # See: https://github.com/actions/upload-artifact#maintaining-file-permissions-and-case-sensitive-files run: tar -cvf "${{ matrix.platform }}.tar" Package/Release/