mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 14:43:20 +00:00
cmake: detect CPU architecture in 1 compilation
This commit is contained in:
parent
3af4f120d0
commit
bba76859f5
8 changed files with 209 additions and 154 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -330,7 +330,7 @@ jobs:
|
|||
-B build_x64 -A x64
|
||||
cmake --build build_x64 --config Release --verbose
|
||||
ctest --test-dir build_x64 --no-tests=error -C Release --output-on-failure
|
||||
- name: 'CMake (configure + build + tests) arm64'
|
||||
- name: 'CMake (configure + build) arm64'
|
||||
run: |
|
||||
$env:PATH += ";${{ steps.bin.outputs.path }}/x86"
|
||||
cmake -S "${{ steps.src.outputs.path }}/cmake/test" `
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue