mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-11-10 05:07:26 +01:00
Fix CMAKE_SYSTEM_NAME variable in windows-arm* toolchains to correctly indicate target platform - update test build
This commit is contained in:
parent
8af0f10578
commit
6b01b8bc08
12
.github/workflows/main.yml
vendored
12
.github/workflows/main.yml
vendored
@ -860,17 +860,17 @@ jobs:
|
|||||||
image: "windows-armv7",
|
image: "windows-armv7",
|
||||||
stockfish: "no",
|
stockfish: "no",
|
||||||
stockfish_arg: "ARCH=armv7-neon COMP=clang",
|
stockfish_arg: "ARCH=armv7-neon COMP=clang",
|
||||||
ninja: "no",
|
ninja: "yes",
|
||||||
ninja_arg: "",
|
ninja_arg: "",
|
||||||
openssl: "no",
|
openssl: "no",
|
||||||
openssl_arg: "mingw no-asm",
|
openssl_arg: "mingw no-asm",
|
||||||
C: "no",
|
C: "no",
|
||||||
C_arg: "",
|
C_arg: "",
|
||||||
C-Plus-Plus: "yes",
|
C-Plus-Plus: "no",
|
||||||
C-Plus-Plus_arg: "",
|
C-Plus-Plus_arg: "",
|
||||||
fmt: "yes",
|
fmt: "yes",
|
||||||
fmt_arg: "",
|
fmt_arg: "",
|
||||||
raylib: "no",
|
raylib: "yes",
|
||||||
raylib_arg: "",
|
raylib_arg: "",
|
||||||
cpython: "no",
|
cpython: "no",
|
||||||
cpython_arg: "",
|
cpython_arg: "",
|
||||||
@ -879,17 +879,17 @@ jobs:
|
|||||||
image: "windows-arm64",
|
image: "windows-arm64",
|
||||||
stockfish: "no",
|
stockfish: "no",
|
||||||
stockfish_arg: "ARCH=armv8 COMP=clang",
|
stockfish_arg: "ARCH=armv8 COMP=clang",
|
||||||
ninja: "no",
|
ninja: "yes",
|
||||||
ninja_arg: "",
|
ninja_arg: "",
|
||||||
openssl: "no",
|
openssl: "no",
|
||||||
openssl_arg: "mingw64 no-asm",
|
openssl_arg: "mingw64 no-asm",
|
||||||
C: "no",
|
C: "no",
|
||||||
C_arg: "",
|
C_arg: "",
|
||||||
C-Plus-Plus: "yes",
|
C-Plus-Plus: "no",
|
||||||
C-Plus-Plus_arg: "",
|
C-Plus-Plus_arg: "",
|
||||||
fmt: "yes",
|
fmt: "yes",
|
||||||
fmt_arg: "",
|
fmt_arg: "",
|
||||||
raylib: "no",
|
raylib: "yes",
|
||||||
raylib_arg: "",
|
raylib_arg: "",
|
||||||
cpython: "no",
|
cpython: "no",
|
||||||
cpython_arg: "",
|
cpython_arg: "",
|
||||||
|
Loading…
Reference in New Issue
Block a user