[test] gitea workflow
All checks were successful
Verification / Is-Buildable (push) Successful in 2m52s
All checks were successful
Verification / Is-Buildable (push) Successful in 2m52s
This commit is contained in:
parent
b85fa6fc76
commit
e17eed40e4
@ -3,7 +3,7 @@ run-name: ${{ gitea.actor }} runs verification of the project
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'master'
|
||||
- "master"
|
||||
|
||||
jobs:
|
||||
Is-Buildable:
|
||||
@ -22,12 +22,12 @@ jobs:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: 'true'
|
||||
submodules: "true"
|
||||
- name: Build project
|
||||
run: |
|
||||
cd ${{ gitea.workspace }}
|
||||
meson setup build
|
||||
meson compile -C build
|
||||
meson compile -C build -j2
|
||||
- name: Unit Test Results
|
||||
run: |
|
||||
meson test -C build
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user