Skip to content

Commit 32cb359

Browse files
committed
add a couple of windows tests to try yml
Signed-off-by: Nell Shamrell <[email protected]>
1 parent 9945a92 commit 32cb359

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

src/ci/azure-pipelines/try.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -98,24 +98,24 @@ jobs:
9898
NO_DEBUG_ASSERTIONS: 1
9999

100100

101-
#- job: Windows
102-
# timeoutInMinutes: 600
103-
# pool:
104-
# vmImage: 'vs2017-win2016'
105-
# steps:
106-
# - template: steps/run.yml
107-
# strategy:
108-
# matrix:
101+
- job: Windows
102+
timeoutInMinutes: 600
103+
pool:
104+
vmImage: 'vs2017-win2016'
105+
steps:
106+
- template: steps/run.yml
107+
strategy:
108+
matrix:
109109
# 32/64 bit MSVC tests
110-
# x86_64-msvc-1:
111-
# INITIAL_RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-profiler
112-
# SCRIPT: make ci-subset-1
113-
# # FIXME(#59637)
114-
# NO_DEBUG_ASSERTIONS: 1
115-
# NO_LLVM_ASSERTIONS: 1
116-
# x86_64-msvc-2:
117-
# INITIAL_RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-profiler
118-
# SCRIPT: make ci-subset-2
110+
x86_64-msvc-1:
111+
INITIAL_RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-profiler
112+
SCRIPT: make ci-subset-1
113+
# FIXME(#59637)
114+
NO_DEBUG_ASSERTIONS: 1
115+
NO_LLVM_ASSERTIONS: 1
116+
x86_64-msvc-2:
117+
INITIAL_RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-profiler
118+
SCRIPT: make ci-subset-2
119119
# i686-msvc-1:
120120
# INITIAL_RUST_CONFIGURE_ARGS: --build=i686-pc-windows-msvc
121121
# SCRIPT: make ci-subset-1

0 commit comments

Comments
 (0)