From 10cba985fb5181b6643821c495c38e8a52d75c4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Leclercq?= Date: Sat, 19 Mar 2022 20:26:11 +0100 Subject: [PATCH] CI: dummy build to cache dependencies --- .github/workflows/macos-build.yml | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/.github/workflows/macos-build.yml b/.github/workflows/macos-build.yml index 855df59b7..6b9dee7f5 100644 --- a/.github/workflows/macos-build.yml +++ b/.github/workflows/macos-build.yml @@ -58,22 +58,3 @@ jobs: # Setup compilation mode and install project dependencies - name: Configure xmake and install dependencies run: xmake config --shadernodes=y --tests=y --arch=${{ matrix.arch }} --mode=${{ matrix.mode }} --yes - - # Build the engine - - name: Build Nazara - run: xmake - - # Run unit tests - - name: Run unit tests - if: matrix.mode != 'releasedbg' - run: xmake run NazaraUnitTests - - # Install the result files - - name: Install Nazara - run: xmake install -vo package - - # Upload artifacts - - uses: actions/upload-artifact@v2 - with: - name: ${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.mode }} - path: package