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
|
||||
|
||||
jobs:
|
||||
tests-linux:
|
||||
utils-linux:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest]
|
||||
@ -52,13 +52,16 @@ jobs:
|
||||
path: |
|
||||
build_utils/**/*.debug
|
||||
|
||||
tests-macos:
|
||||
utils-macos:
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
- name: Install dependencies
|
||||
run: brew install sdl2
|
||||
|
||||
- name: Configure
|
||||
run: ./waf configure $WAF_FLAGS
|
||||
- name: Build macos-arm64
|
||||
@ -77,7 +80,7 @@ jobs:
|
||||
path: |
|
||||
build_utils/**/*.dSYM
|
||||
|
||||
tests-windows:
|
||||
utils-windows:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [windows-2022]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user