4 Commits

Author SHA1 Message Date
Arthur Barraux 09d78f48e9 Merge remote-tracking branch 'gitea/lisp'
Build project / build (push) Successful in 1m3s
2025-10-06 11:37:39 +02:00
arthur d9aab06c1c Downgrade upload version to 3
CMake Build and Deploy / build (push) Failing after 2m34s
2025-09-24 11:07:22 +02:00
arthur ec0eba849a Update .gitea/workflows/build.yml
CMake Build and Deploy / build (push) Failing after 1m58s
2025-09-24 08:33:08 +02:00
arthur 2ca64fae41 add build.yml
CMake Build and Deploy / build (push) Has been cancelled
2025-09-24 08:32:22 +02:00
+9 -3
View File
@@ -1,8 +1,8 @@
name: Build and Deploy Docs
name: Build project
on:
push:
branches: ["lisp"]
branches: ["main"]
jobs:
build:
@@ -26,4 +26,10 @@ jobs:
run: meson compile -C build
- name: Run tests
run: meson test -C build --print-errorlogs || true
run: ctest --test-dir build || true
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: beluga
path: build/beluga