File tree 1 file changed +29
-3
lines changed
1 file changed +29
-3
lines changed Original file line number Diff line number Diff line change 18
18
IMAGE : dist-x86_64-linux
19
19
DEPLOY : 1
20
20
21
- dist-x86_64-linux-alt :
22
- IMAGE : dist-x86_64-linux
23
- DEPLOY_ALT : 1
21
+ # dist-x86_64-linux-alt:
22
+ # IMAGE: dist-x86_64-linux
23
+ # DEPLOY_ALT: 1
24
+ - job : Windows
25
+ timeoutInMinutes : 600
26
+ pool :
27
+ vmImage : ' vs2017-win2016'
28
+ steps :
29
+ - template : steps/run.yml
30
+ strategy :
31
+ matrix :
32
+ dist-i686-msvc :
33
+ RUST_CONFIGURE_ARGS : >
34
+ --build=i686-pc-windows-msvc
35
+ --target=i586-pc-windows-msvc
36
+ --enable-full-tools
37
+ --enable-profiler
38
+ SCRIPT : python x.py dist
39
+ DIST_REQUIRE_ALL_TOOLS : 1
40
+ DEPLOY : 1
41
+ dist-i686-mingw :
42
+ MSYS_BITS : 32
43
+ RUST_CONFIGURE_ARGS : --build=i686-pc-windows-gnu --enable-full-tools --enable-profiler
44
+ SCRIPT : python x.py dist
45
+ MINGW_URL : https://rust-lang-ci2.s3.amazonaws.com/rust-ci-mirror
46
+ MINGW_ARCHIVE : i686-6.3.0-release-posix-dwarf-rt_v5-rev2.7z
47
+ MINGW_DIR : mingw32
48
+ DIST_REQUIRE_ALL_TOOLS : 1
49
+ DEPLOY : 1
24
50
25
51
# The macOS and Windows builds here are currently disabled due to them not being
26
52
# overly necessary on `try` builds. We also don't actually have anything that
You can’t perform that action at this time.
0 commit comments