mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-01-03 13:44:27 +01:00
Add new test C
Add new test C Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
parent
378403e8d9
commit
d24c0a9b27
15
.github/workflows/main.yml
vendored
15
.github/workflows/main.yml
vendored
@ -206,6 +206,8 @@ jobs:
|
|||||||
ninja_arg: "",
|
ninja_arg: "",
|
||||||
openssl: "yes",
|
openssl: "yes",
|
||||||
openssl_arg: "linux-x86_64",
|
openssl_arg: "linux-x86_64",
|
||||||
|
C: "yes",
|
||||||
|
C_arg: "",
|
||||||
C-Plus-Plus: "yes",
|
C-Plus-Plus: "yes",
|
||||||
C-Plus-Plus_arg: "",
|
C-Plus-Plus_arg: "",
|
||||||
fmt: "yes",
|
fmt: "yes",
|
||||||
@ -235,6 +237,10 @@ jobs:
|
|||||||
stockfish_arg: "ARCH=x86-64-modern",
|
stockfish_arg: "ARCH=x86-64-modern",
|
||||||
ninja: "yes",
|
ninja: "yes",
|
||||||
ninja_arg: "",
|
ninja_arg: "",
|
||||||
|
C: "yes",
|
||||||
|
C_arg: "",
|
||||||
|
C-Plus-Plus: "yes",
|
||||||
|
C-Plus-Plus_arg: "",
|
||||||
openssl: "yes",
|
openssl: "yes",
|
||||||
openssl_arg: "linux-x86_64",
|
openssl_arg: "linux-x86_64",
|
||||||
}
|
}
|
||||||
@ -458,6 +464,15 @@ jobs:
|
|||||||
./../tools/dockcross-make-builder.sh ${{ matrix.arch_name.image }} -j2
|
./../tools/dockcross-make-builder.sh ${{ matrix.arch_name.image }} -j2
|
||||||
cd ..
|
cd ..
|
||||||
rm -rf openssl
|
rm -rf openssl
|
||||||
|
- name: C build test
|
||||||
|
if: ${{ matrix.arch_name.C == 'yes' }}
|
||||||
|
run: |
|
||||||
|
git clone https://github.com/TheAlgorithms/C.git
|
||||||
|
cd C
|
||||||
|
git checkout cc241f58c253c533ac94e07151ef91a5ef7e5719
|
||||||
|
./../tools/dockcross-cmake-builder.sh ${{ matrix.arch_name.image }} ${{ matrix.arch_name.C_arg }}
|
||||||
|
cd ..
|
||||||
|
rm -rf C
|
||||||
- name: C-Plus-Plus build test
|
- name: C-Plus-Plus build test
|
||||||
if: ${{ matrix.arch_name.C-Plus-Plus == 'yes' }}
|
if: ${{ matrix.arch_name.C-Plus-Plus == 'yes' }}
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user