blob: 080d8d978e4299d5fee5047b6756800796ca823f [file] [log] [blame]
Brad Bishopbec4ebc2022-08-03 09:55:16 -04001header:
2 version: 11
3 includes:
4 - ci/base.yml
5
6# Target is arm64 and SDK is x86-64 to ensure that we exercise both
7# architectures
8
9machine: qemuarm64
10local_conf_header:
11 toolchains: |
12 SDKMACHINE = "x86_64"
13
14target:
15 - gcc-aarch64-none-elf
16 - nativesdk-gcc-aarch64-none-elf
17 - gcc-arm-none-eabi
18 - nativesdk-gcc-arm-none-eabi
19 - nativesdk-androidclang