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