Compare commits
2 Commits
4bcafb0c46
...
5550923170
| Author | SHA1 | Date | |
|---|---|---|---|
| 5550923170 | |||
| e2449ba0a1 |
@@ -0,0 +1,25 @@
|
||||
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: Compile
|
||||
run: meson compile -C build
|
||||
|
||||
- name: Upload Meson Logs
|
||||
if: always()
|
||||
uses: christopherHX/gitea-upload-artifact@v4
|
||||
with:
|
||||
name: meson-logs
|
||||
path: build/meson-logs/
|
||||
@@ -1,6 +1,6 @@
|
||||
[wrap-git]
|
||||
directory = evol-headers
|
||||
url = https://github.com/evol3d/evol-headers
|
||||
url = https://git.neosisyphus.com/evol3d/evol-headers
|
||||
revision = master
|
||||
|
||||
[provide]
|
||||
|
||||
Reference in New Issue
Block a user