This commit is contained in:
@@ -16,10 +16,26 @@ jobs:
|
|||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: meson test -C build
|
run: meson test -C build
|
||||||
|
|
||||||
- name: Upload Logs
|
- name: Upload Meson Setup Logs
|
||||||
if: always()
|
if: always()
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: Meson Logs
|
name: meson-setup.txt
|
||||||
path: \
|
path: build/meson-logs/meson-setup.txt
|
||||||
build/meson-logs/
|
archive: false
|
||||||
|
|
||||||
|
- name: Upload Meson Build Logs
|
||||||
|
if: always()
|
||||||
|
uses: actions/upload-artifact@v4
|
||||||
|
with:
|
||||||
|
name: meson-log.txt
|
||||||
|
path: build/meson-logs/meson-log.txt
|
||||||
|
archive: false
|
||||||
|
|
||||||
|
- name: Upload Meson Test Logs
|
||||||
|
if: always()
|
||||||
|
uses: actions/upload-artifact@v4
|
||||||
|
with:
|
||||||
|
name: testlog.txt
|
||||||
|
path: build/meson-logs/testlog.txt
|
||||||
|
archive: false
|
||||||
|
|||||||
Reference in New Issue
Block a user