Compare commits
4 Commits
lisp
..
09d78f48e9
| Author | SHA1 | Date | |
|---|---|---|---|
| 09d78f48e9 | |||
| d9aab06c1c | |||
| ec0eba849a | |||
| 2ca64fae41 |
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user