This commit is contained in:
@@ -0,0 +1,24 @@
|
|||||||
|
name: Run tests
|
||||||
|
run-name: Running Tests
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
Run tests:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
container:
|
||||||
|
image: git.neosisyphus.com/evol3d/evol-testbed:latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- name: Configure
|
||||||
|
run: meson setup build
|
||||||
|
- name: Run tests
|
||||||
|
run: meson test -C build
|
||||||
|
|
||||||
|
- name: Upload Meson Logs
|
||||||
|
if: always()
|
||||||
|
uses: christopherHX/gitea-upload-artifact@v4
|
||||||
|
with:
|
||||||
|
name: meson-logs
|
||||||
|
path: build/meson-logs/
|
||||||
Reference in New Issue
Block a user