This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
name: Run tests
|
name: Test Compilation
|
||||||
run-name: Running Tests
|
run-name: Building evk
|
||||||
on: [push]
|
on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@@ -17,9 +17,12 @@ jobs:
|
|||||||
- name: Compile
|
- name: Compile
|
||||||
run: meson compile -C build
|
run: meson compile -C build
|
||||||
|
|
||||||
- name: Upload Meson Logs
|
- name: Upload Logs
|
||||||
if: always()
|
if: always()
|
||||||
uses: christopherHX/gitea-upload-artifact@v4
|
uses: https://git.neosisyphus.com/mo7sen/upload-artifact-gitea@v7
|
||||||
with:
|
with:
|
||||||
name: meson-logs
|
path: |
|
||||||
path: build/meson-logs/
|
build/meson-logs/meson-log.txt
|
||||||
|
build/meson-logs/meson-setup.txt
|
||||||
|
archive: false
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user