summaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml9
1 files changed, 9 insertions, 0 deletions
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