Compare commits
1 Commits
1e2f40a3ba
...
785f9210aa
| Author | SHA1 | Date | |
|---|---|---|---|
| 785f9210aa |
@@ -94,12 +94,7 @@ jobs:
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v6
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
meson setup -Dfuzz=enabled -Dtests=enabled -Dbuildtype=debugoptimized -Ddocs=enabled build
|
||||
meson compile -C build
|
||||
|
||||
- name: Cache Build + Subprojects
|
||||
- name: Build Cache Setup
|
||||
uses: actions/cache@v5
|
||||
with:
|
||||
path: |
|
||||
@@ -107,6 +102,12 @@ jobs:
|
||||
build
|
||||
key: build-${{ gitea.repository }}-${{ gitea.sha }}
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
meson setup -Dfuzz=enabled -Dtests=enabled -Dbuildtype=debugoptimized -Ddocs=enabled build
|
||||
meson compile -C build
|
||||
|
||||
|
||||
# FIXME: Currently this rebuilds everything. Instead we should bring over the build dir from the build job. This will come in handy
|
||||
# when we have multiple build targets and configs. What we have currently is fine until we get lots of builds going
|
||||
test:
|
||||
|
||||
Reference in New Issue
Block a user