Updated build.yaml
Test Compilation / Run tests (push) Failing after 4m21s

This commit is contained in:
2026-05-05 18:36:11 +03:00
parent 1f0c1945ca
commit cb0ff5e8d2
+9 -6
View File
@@ -1,5 +1,5 @@
name: Run tests name: Test Compilation
run-name: Running Tests run-name: Building evk on ${{github.event_name}}, SHA ${{github.sha}}
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