mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 05:10:11 +01:00
ci/macOS: Getting the installed binary to be artifacts
Signed-off-by: Yonggang Luo <luoyonggang@gmail.com> Reviewed-by: Eric Engestrom <eric@igalia.com> Reviewed-by: Adam Jackson <ajax@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19258>
This commit is contained in:
parent
9a6777c7ab
commit
64f848b048
1 changed files with 5 additions and 3 deletions
8
.github/workflows/macos.yml
vendored
8
.github/workflows/macos.yml
vendored
|
|
@ -46,11 +46,13 @@ jobs:
|
||||||
- name: Test
|
- name: Test
|
||||||
run: meson test -C build --print-errorlogs
|
run: meson test -C build --print-errorlogs
|
||||||
- name: Install
|
- name: Install
|
||||||
run: meson install -C build
|
run: meson install -C build --destdir $PWD/install
|
||||||
- name: 'Upload Artifact'
|
- name: 'Upload Artifact'
|
||||||
if: always()
|
if: always()
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: test-result
|
name: macos-${{ matrix.glx_option }}-result
|
||||||
path: build/meson-logs/testlog.txt
|
path: |
|
||||||
|
build/meson-logs/
|
||||||
|
install/
|
||||||
retention-days: 5
|
retention-days: 5
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue