Update cross.yml

pull/330/head v0.3.8
Michel Promonet 6 months ago committed by GitHub
parent bfdd34d45b
commit b12cf350dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -28,6 +28,20 @@ jobs:
system: mips
crosscompiler: mips-linux-gnu
- buildtype: Debug
system: mipsel
crosscompiler: mipsel-linux-gnu
- buildtype: Release
system: mipsel
crosscompiler: mipsel-linux-gnu
- buildtype: Debug
system: riscv64
crosscompiler: riscv64-linux-gnu
- buildtype: Release
system: riscv64
crosscompiler: riscv64-linux-gnu
runs-on: ubuntu-latest
steps:

Loading…
Cancel
Save