File tree 2 files changed +17
-0
lines changed
2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change 65
65
- name : x86_64-gnu-tools
66
66
os : ubuntu-20.04-16core-64gb
67
67
env : {}
68
+ - name : test-various
69
+ os : ubuntu-20.04-8core-32gb
70
+ env : {}
71
+ - name : i686-msvc
72
+ env :
73
+ RUST_CONFIGURE_ARGS : " --build=i686-pc-windows-msvc"
74
+ SCRIPT : make ci-msvc
75
+ os : windows-2019-8core-32gb
68
76
defaults :
69
77
run :
70
78
shell : " ${{ contains(matrix.os, 'windows') && 'msys2 {0}' || 'bash' }}"
Original file line number Diff line number Diff line change @@ -366,6 +366,15 @@ jobs:
366
366
- name : x86_64-gnu-tools
367
367
<< : *job-linux-16c
368
368
369
+ - name : test-various
370
+ << : *job-linux-8c
371
+
372
+ - name : i686-msvc
373
+ env :
374
+ RUST_CONFIGURE_ARGS : --build=i686-pc-windows-msvc
375
+ SCRIPT : make ci-msvc
376
+ << : *job-windows-8c
377
+
369
378
auto :
370
379
<< : *base-ci-job
371
380
name : auto - ${{ matrix.name }}
You can’t perform that action at this time.
0 commit comments