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