File tree 2 files changed +22
-0
lines changed 2 files changed +22
-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 : x86_64-gnu-debug
72
+ os : ubuntu-20.04-8core-32gb
73
+ env : {}
74
+ - name : x86_64-msvc
75
+ env :
76
+ RUST_CONFIGURE_ARGS : " --build=x86_64-pc-windows-msvc --enable-profiler"
77
+ SCRIPT : make ci-msvc
78
+ os : windows-2019-8core-32gb
68
79
defaults :
69
80
run :
70
81
shell : " ${{ contains(matrix.os, 'windows') && 'msys2 {0}' || 'bash' }}"
Original file line number Diff line number Diff line change @@ -366,6 +366,17 @@ 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 : x86_64-gnu-debug
373
+ << : *job-linux-8c
374
+
375
+ - name : x86_64-msvc
376
+ env :
377
+ RUST_CONFIGURE_ARGS : --build=x86_64-pc-windows-msvc --enable-profiler
378
+ SCRIPT : make ci-msvc
379
+ << : *job-windows-8c
369
380
auto :
370
381
<< : *base-ci-job
371
382
name : auto - ${{ matrix.name }}
You can’t perform that action at this time.
0 commit comments