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 9b6d88f3d5
+9 -6
View File
@@ -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