Re-enable all targets

master
Alex Crichton 2019-04-02 12:16:59 -07:00
parent ca03cf138a
commit 17b8ea3620
1 changed files with 61 additions and 61 deletions

View File

@ -2,67 +2,67 @@ trigger:
- master
jobs:
# - job: Linux
# pool:
# vmImage: ubuntu-16.04
# steps:
# - template: ci/azure-steps.yml
# strategy:
# matrix:
# aarch64:
# TARGET: aarch64-unknown-linux-gnu
# arm:
# TARGET: arm-unknown-linux-gnueabi
# armhf:
# TARGET: arm-unknown-linux-gnueabihf
# i586:
# TARGET: i586-unknown-linux-gnu
# i686:
# TARGET: i686-unknown-linux-gnu
# mips:
# TARGET: mips-unknown-linux-gnu
# mips64:
# TARGET: mips64-unknown-linux-gnuabi64
# mips64el:
# TARGET: mips64el-unknown-linux-gnuabi64
# mipsel:
# TARGET: mipsel-unknown-linux-gnu
# powerpc:
# TARGET: powerpc-unknown-linux-gnu
# powerpc64:
# TARGET: powerpc64-unknown-linux-gnu
# powerpc64le:
# TARGET: powerpc64le-unknown-linux-gnu
# thumbv6m:
# TARGET: thumbv6m-linux-eabi
# XARGO: 1
# thumbv7em:
# TARGET: thumbv7em-linux-eabi
# XARGO: 1
# thumbv7emhf:
# TARGET: thumbv7em-linux-eabihf
# XARGO: 1
# thumbv7m:
# TARGET: thumbv7m-linux-eabi
# XARGO: 1
# wasm32:
# TARGET: wasm32-unknown-unknown
# ONLY_BUILD: 1
# x86_64:
# TARGET: x86_64-unknown-linux-gnu
#
# - job: macOS
# pool:
# vmImage: macos-10.13
# steps:
# - template: ci/azure-steps.yml
# strategy:
# matrix:
# x86_64:
# TARGET: x86_64-apple-darwin
# i686:
# TARGET: i686-apple-darwin
#
- job: Linux
pool:
vmImage: ubuntu-16.04
steps:
- template: ci/azure-steps.yml
strategy:
matrix:
aarch64:
TARGET: aarch64-unknown-linux-gnu
arm:
TARGET: arm-unknown-linux-gnueabi
armhf:
TARGET: arm-unknown-linux-gnueabihf
i586:
TARGET: i586-unknown-linux-gnu
i686:
TARGET: i686-unknown-linux-gnu
mips:
TARGET: mips-unknown-linux-gnu
mips64:
TARGET: mips64-unknown-linux-gnuabi64
mips64el:
TARGET: mips64el-unknown-linux-gnuabi64
mipsel:
TARGET: mipsel-unknown-linux-gnu
powerpc:
TARGET: powerpc-unknown-linux-gnu
powerpc64:
TARGET: powerpc64-unknown-linux-gnu
powerpc64le:
TARGET: powerpc64le-unknown-linux-gnu
# thumbv6m:
# TARGET: thumbv6m-linux-eabi
# XARGO: 1
# thumbv7em:
# TARGET: thumbv7em-linux-eabi
# XARGO: 1
# thumbv7emhf:
# TARGET: thumbv7em-linux-eabihf
# XARGO: 1
# thumbv7m:
# TARGET: thumbv7m-linux-eabi
# XARGO: 1
wasm32:
TARGET: wasm32-unknown-unknown
ONLY_BUILD: 1
x86_64:
TARGET: x86_64-unknown-linux-gnu
- job: macOS
pool:
vmImage: macos-10.13
steps:
- template: ci/azure-steps.yml
strategy:
matrix:
x86_64:
TARGET: x86_64-apple-darwin
i686:
TARGET: i686-apple-darwin
- job: Windows
pool:
vmImage: 'vs2017-win2016'