ci: refactor ci so common args are picked from one location

Mostly. It is annoying if we want to add some flag/option to all the cis
and then have to do it manually. Things easily get missed that way.
Skipped powershell because of course I'm not going to deal with that.
This commit is contained in:
Dudemanguy
2024-10-16 17:27:13 -05:00
parent 3e499ff3bc
commit 09bbca8770
9 changed files with 68 additions and 70 deletions

View File

@@ -387,7 +387,7 @@ jobs:
- name: Build with meson
id: build
run: |
./ci/build-linux-old.sh
./ci/build-linux-old.sh
- name: Print meson log
if: ${{ failure() && steps.build.outcome == 'failure' }}