From 2a91d6bf358fb4a3fd703c60bf1fe477fc3f78c3 Mon Sep 17 00:00:00 2001 From: tomangelo2 Date: Tue, 13 Sep 2022 20:14:47 +0200 Subject: [PATCH] Temporarily remove tests --- .github/workflows/build.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2fc5861e..7dc469fd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -96,7 +96,7 @@ jobs: run: cmake -E make_directory build - name: Run CMake (for Mac) working-directory: build - run: cmake -DCMAKE_INSTALL_PREFIX=/install -DCMAKE_SKIP_INSTALL_RPATH=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo -DDEV_BUILD=1 -DPORTABLE=1 -DTOOLS=1 -DTESTS=1 -DDESKTOP=1 -DOPENAL_LIBRARY=/Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/OpenAL.framework/OpenAL.tbd .. + run: cmake -DCMAKE_INSTALL_PREFIX=/install -DCMAKE_SKIP_INSTALL_RPATH=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo -DDEV_BUILD=1 -DPORTABLE=1 -DDESKTOP=1 -DOPENAL_LIBRARY=/Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/OpenAL.framework/OpenAL.tbd .. if: matrix.target_os == 'macos' - name: Build working-directory: build @@ -110,12 +110,6 @@ jobs: name: ${{matrix.target_os}}-debug path: build/install if: matrix.host_os == 'macos-11' - - name: Upload test results - uses: actions/upload-artifact@v2 - with: - name: Test results (${{ matrix.target_os }}, ${{ matrix.host_os }}) - path: build/gtestresults.xml - if: matrix.target_os == 'macos' build-windows: runs-on: windows-2019 strategy: