ci: add cross-compilation tests for aarch64, arm soft and hard float

This commit is contained in:
Minijackson
2023-03-07 14:46:35 +00:00
committed by Michael Davidsaver
parent 912a82c0b5
commit 9f97f25669

View File

@ -153,6 +153,26 @@ jobs:
configuration: default
name: "Win2019 mingw"
# Cross builds
- os: ubuntu-latest
cmp: gcc
configuration: default
name: "Cross linux-aarch64"
cross: linux-aarch64
- os: ubuntu-latest
cmp: gcc
configuration: default
name: "Cross linux-arm gnueabi"
cross: linux-arm@arm-linux-gnueabi
- os: ubuntu-latest
cmp: gcc
configuration: default
name: "Cross linux-arm gnueabihf"
cross: linux-arm@arm-linux-gnueabihf
steps:
- uses: actions/checkout@v3
with: