mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-07-16 06:19:58 +00:00
Fixing builds 3/?
This commit is contained in:
parent
091f2fe230
commit
d91d1379d6
9
.github/workflows/utils.yml
vendored
9
.github/workflows/utils.yml
vendored
@ -5,7 +5,7 @@ env:
|
|||||||
WAF_FLAGS: -T release --disable-warns --prefix=build_utils --utils
|
WAF_FLAGS: -T release --disable-warns --prefix=build_utils --utils
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
tests-linux:
|
utils-linux:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest]
|
os: [ubuntu-latest]
|
||||||
@ -52,13 +52,16 @@ jobs:
|
|||||||
path: |
|
path: |
|
||||||
build_utils/**/*.debug
|
build_utils/**/*.debug
|
||||||
|
|
||||||
tests-macos:
|
utils-macos:
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
|
- name: Install dependencies
|
||||||
|
run: brew install sdl2
|
||||||
|
|
||||||
- name: Configure
|
- name: Configure
|
||||||
run: ./waf configure $WAF_FLAGS
|
run: ./waf configure $WAF_FLAGS
|
||||||
- name: Build macos-arm64
|
- name: Build macos-arm64
|
||||||
@ -77,7 +80,7 @@ jobs:
|
|||||||
path: |
|
path: |
|
||||||
build_utils/**/*.dSYM
|
build_utils/**/*.dSYM
|
||||||
|
|
||||||
tests-windows:
|
utils-windows:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [windows-2022]
|
os: [windows-2022]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user