mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 12:42:34 +01:00
Cleanup.
This commit is contained in:
12
.github/workflows/main.yml
vendored
12
.github/workflows/main.yml
vendored
@@ -142,7 +142,7 @@ jobs:
|
||||
{ config: debug, binsuffix: Debug },
|
||||
{ config: release, binsuffix: Release },
|
||||
]
|
||||
name: osx-x64-${{ matrix.config }}
|
||||
name: osx-arm64-${{ matrix.config }}
|
||||
runs-on: macos-14
|
||||
steps:
|
||||
- name: Checkout bgfx
|
||||
@@ -162,14 +162,14 @@ jobs:
|
||||
- name: Build
|
||||
run: |
|
||||
cd bgfx
|
||||
make -j$(sysctl -n hw.physicalcpu) osx-x64-${{ matrix.config }}
|
||||
make -j$(sysctl -n hw.physicalcpu) osx-arm64-${{ matrix.config }}
|
||||
- name: Check
|
||||
run: |
|
||||
cd bgfx
|
||||
ls -lash ".build/osx-x64/bin"
|
||||
".build/osx-x64/bin/geometryc${{ matrix.binsuffix}}" --version
|
||||
".build/osx-x64/bin/shaderc${{ matrix.binsuffix}}" --version
|
||||
".build/osx-x64/bin/texturec${{ matrix.binsuffix}}" --version
|
||||
ls -lash ".build/osx-arm64/bin"
|
||||
".build/osx-arm64/bin/geometryc${{ matrix.binsuffix}}" --version
|
||||
".build/osx-arm64/bin/shaderc${{ matrix.binsuffix}}" --version
|
||||
".build/osx-arm64/bin/texturec${{ matrix.binsuffix}}" --version
|
||||
android:
|
||||
strategy:
|
||||
fail-fast: true
|
||||
|
||||
Reference in New Issue
Block a user