- uses: actions/upload-artifact@v3
if: failure()
with:
- name: gcc debug build log
- path: build/meson-logs/meson-log.txt
+ name: log files
+ path: |
+ build/meson-logs/*.txt
gcc-release:
name: gcc release
- uses: actions/upload-artifact@v3
if: failure()
with:
- name: gcc release build log
- path: build/meson-logs/meson-log.txt
+ name: log files
+ path: |
+ build/meson-logs/*.txt
clang-release:
name: clang release
- uses: actions/upload-artifact@v3
if: failure()
with:
- name: clang release build log
- path: build/meson-logs/meson-log.txt
+ name: log files
+ path: |
+ build/meson-logs/*.txt
fallback-shared-libraries:
name: fallback shared libraries
- uses: actions/upload-artifact@v3
if: failure()
with:
- name: fallback shared libaries build log
- path: build/meson-logs/meson-log.txt
+ name: log files
+ path: |
+ build/meson-logs/*.txt
fallback-static-libraries:
name: fallback static libraries
- uses: actions/upload-artifact@v3
if: failure()
with:
- name: fallback static libaries build log
- path: build/meson-logs/meson-log.txt
+ name: log files
+ path: |
+ build/meson-logs/*.txt
cross-armhf:
name: cross armhf
- uses: actions/upload-artifact@v3
if: failure()
with:
- name: cross armhf build log
- path: build/meson-logs/meson-log.txt
+ name: log files
+ path: |
+ build/meson-logs/*.txt
cross-ppc64le:
name: cross ppc64le
- uses: actions/upload-artifact@v3
if: failure()
with:
- name: cross ppc64le build log
- path: build/meson-logs/meson-log.txt
+ name: log files
+ path: |
+ build/meson-logs/*.txt
cross-s390x:
name: cross s390x
- uses: actions/upload-artifact@v3
if: failure()
with:
- name: cross s390x build log
- path: build/meson-logs/meson-log.txt
+ name: log files
+ path: |
+ build/meson-logs/*.txt
build-minimal:
name: muon minimal