about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRich Kadel <richkadel@google.com>2020-06-17 11:24:43 -0700
committerRich Kadel <richkadel@google.com>2020-06-17 11:39:35 -0700
commitb9f0304af8b74bdf01cd39f1603d73bdc599de79 (patch)
tree6b82355fdd6e1cd43b5d00bc2d97b590ae8bcc59
parentc3387293d4ff050cce2c7f3a79c8e7b040515f8c (diff)
downloadrust-b9f0304af8b74bdf01cd39f1603d73bdc599de79.tar.gz
rust-b9f0304af8b74bdf01cd39f1603d73bdc599de79.zip
temporarily enable mac and windows tests on bors try
testing platform-specific changes
-rw-r--r--src/ci/azure-pipelines/try.yml30
1 files changed, 30 insertions, 0 deletions
diff --git a/src/ci/azure-pipelines/try.yml b/src/ci/azure-pipelines/try.yml
index 38a0685e0f7..b57b691641c 100644
--- a/src/ci/azure-pipelines/try.yml
+++ b/src/ci/azure-pipelines/try.yml
@@ -82,3 +82,33 @@ jobs:
 #         INITIAL_RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-extended --enable-profiler
 #         SCRIPT: python x.py dist
 #         DEPLOY_ALT: 1
+
+- job: macOS
+  timeoutInMinutes: 600
+  pool:
+    vmImage: macos-10.15
+  steps:
+  - template: steps/run.yml
+  strategy:
+    matrix:
+      x86_64-apple:
+        SCRIPT: ./x.py test
+        INITIAL_RUST_CONFIGURE_ARGS: --build=x86_64-apple-darwin --enable-sanitizers --enable-profiler --set rust.jemalloc
+        RUSTC_RETRY_LINKER_ON_SEGFAULT: 1
+        MACOSX_DEPLOYMENT_TARGET: 10.8
+        MACOSX_STD_DEPLOYMENT_TARGET: 10.7
+        NO_LLVM_ASSERTIONS: 1
+        NO_DEBUG_ASSERTIONS: 1
+- job: Windows
+  timeoutInMinutes: 600
+  pool:
+    vmImage: 'vs2017-win2016'
+  steps:
+  - template: steps/run.yml
+  strategy:
+    matrix:
+      x86_64-msvc:
+        INITIAL_RUST_CONFIGURE_ARGS: >
+          --build=x86_64-pc-windows-msvc
+          --enable-profiler
+        SCRIPT: python x.py test