mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-12-22 16:24:27 +01:00
add github CI workflow for linux-mips-uclibc
This commit is contained in:
parent
021e3dd6e6
commit
17c51fdff5
19
.github/workflows/main.yml
vendored
19
.github/workflows/main.yml
vendored
@ -640,6 +640,25 @@ jobs:
|
|||||||
cpython: "yes",
|
cpython: "yes",
|
||||||
cpython_arg: "--host=mips-unknown-linux-gnu --target=mips-unknown-linux-gnu",
|
cpython_arg: "--host=mips-unknown-linux-gnu --target=mips-unknown-linux-gnu",
|
||||||
}
|
}
|
||||||
|
- {
|
||||||
|
image: "linux-mips-uclibc",
|
||||||
|
stockfish: "no",
|
||||||
|
stockfish_arg: "",
|
||||||
|
ninja: "yes",
|
||||||
|
ninja_arg: "",
|
||||||
|
openssl: "yes",
|
||||||
|
openssl_arg: "linux-generic32",
|
||||||
|
C: "yes",
|
||||||
|
C_arg: "",
|
||||||
|
C-Plus-Plus: "yes",
|
||||||
|
C-Plus-Plus_arg: "",
|
||||||
|
fmt: "yes",
|
||||||
|
fmt_arg: "",
|
||||||
|
raylib: "no",
|
||||||
|
raylib_arg: "",
|
||||||
|
cpython: "yes",
|
||||||
|
cpython_arg: "--host=mips-unknown-linux-uclibc --target=mips-unknown-linux-uclibc",
|
||||||
|
}
|
||||||
# Linux mips images
|
# Linux mips images
|
||||||
- {
|
- {
|
||||||
image: "linux-mips-lts",
|
image: "linux-mips-lts",
|
||||||
|
Loading…
Reference in New Issue
Block a user