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:
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
|
||||||
|
Reference in New Issue
Block a user