[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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- 'master'
|
- "master"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Is-Buildable:
|
Is-Buildable:
|
||||||
@ -22,12 +22,12 @@ jobs:
|
|||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: 'true'
|
submodules: "true"
|
||||||
- name: Build project
|
- name: Build project
|
||||||
run: |
|
run: |
|
||||||
cd ${{ gitea.workspace }}
|
cd ${{ gitea.workspace }}
|
||||||
meson setup build
|
meson setup build
|
||||||
meson compile -C build
|
meson compile -C build -j2
|
||||||
- name: Unit Test Results
|
- name: Unit Test Results
|
||||||
run: |
|
run: |
|
||||||
meson test -C build
|
meson test -C build
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user