From e04d4f881e167f9f6594cb79477bd3e9a11d81ce Mon Sep 17 00:00:00 2001 From: Yonggang Luo Date: Tue, 2 Aug 2022 04:17:34 +0800 Subject: ci: Improve MacOS github ci GALLIUM_DUMP_CPU=true to see dump result Save the testing log artifacts Signed-off-by: Yonggang Luo Reviewed-by: Eric Engestrom Part-of: --- .github/workflows/ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7b15e7f49e4..a172bea3e31 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,6 +7,8 @@ permissions: jobs: CI: runs-on: macos-latest + env: + GALLIUM_DUMP_CPU: true steps: - name: Checkout uses: actions/checkout@v3 @@ -37,3 +39,10 @@ jobs: run: meson test -C build --print-errorlogs - name: Install run: meson install -C build + - name: 'Upload Artifact' + if: always() + uses: actions/upload-artifact@v3 + with: + name: test-result + path: build/meson-logs/testlog.txt + retention-days: 5 -- cgit v1.2.3 on value='main' selected='selected'>main Mesa graphics projectLucas Fryzek
aboutsummaryrefslogtreecommitdiff