mirror of
https://github.com/guezoloic/t3dsr.git
synced 2026-01-25 09:34:24 +00:00
chore: exclude useless compilation workflow test
This commit is contained in:
5
.github/workflows/cmake-multi-platform.yml
vendored
5
.github/workflows/cmake-multi-platform.yml
vendored
@@ -21,6 +21,7 @@ jobs:
|
|||||||
# 2. <Linux, Release, latest GCC compiler toolchain on the default runner image, default generator>
|
# 2. <Linux, Release, latest GCC compiler toolchain on the default runner image, default generator>
|
||||||
# 3. <Linux, Release, latest Clang compiler toolchain on the default runner image, default generator>
|
# 3. <Linux, Release, latest Clang compiler toolchain on the default runner image, default generator>
|
||||||
#
|
#
|
||||||
|
# other: arm64: windows and linux
|
||||||
# To add more build types (Release, Debug, RelWithDebInfo, etc.) customize the build_type list.
|
# To add more build types (Release, Debug, RelWithDebInfo, etc.) customize the build_type list.
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, windows-latest, ubuntu-24.04-arm, windows-11-arm]
|
os: [ubuntu-latest, windows-latest, ubuntu-24.04-arm, windows-11-arm]
|
||||||
@@ -50,6 +51,10 @@ jobs:
|
|||||||
c_compiler: gcc
|
c_compiler: gcc
|
||||||
- os: windows-latest
|
- os: windows-latest
|
||||||
c_compiler: clang
|
c_compiler: clang
|
||||||
|
- os: windows-11-arm
|
||||||
|
c_compiler: gcc
|
||||||
|
- os: windows-11-arm
|
||||||
|
c_compiler: clang
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
c_compiler: cl
|
c_compiler: cl
|
||||||
- os: ubuntu-24.04-arm
|
- os: ubuntu-24.04-arm
|
||||||
|
|||||||
Reference in New Issue
Block a user