jobs: - template: azure-pipelines-template.yml parameters: name: macOS vmImage: macOS-latest toolchain: x86_64-apple-darwin target: x86_64-apple-darwin - template: azure-pipelines-template.yml parameters: name: iOS vmImage: macOS-latest # currently no ARM host available toolchain: x86_64-apple-darwin target: aarch64-apple-ios-macabi - template: azure-pipelines-template.yml parameters: name: Linux vmImage: ubuntu-latest toolchain: x86_64-unknown-linux-gnu target: x86_64-unknown-linux-gnu - template: azure-pipelines-template.yml parameters: name: Windows vmImage: windows-latest toolchain: x86_64-pc-windows-msvc target: x86_64-pc-windows-msvc - template: azure-pipelines-template.yml parameters: name: Windows_GNU vmImage: windows-latest toolchain: i686-pc-windows-gnu target: i686-pc-windows-gnu - template: azure-pipelines-template.yml parameters: name: Linux_WASM vmImage: ubuntu-latest toolchain: x86_64-unknown-linux-gnu target: wasm32-unknown-unknown #- template: azure-pipelines-template.yml # parameters: # name: Linux_ARM # vmImage: ubuntu-latest # toolchain: x86_64-unknown-linux-gnu # target: aarch64-unknown-linux-gnu