File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change 6565 - name : x86_64-gnu-tools
6666 os : ubuntu-20.04-16core-64gb
6767 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
6879 defaults :
6980 run :
7081 shell : " ${{ contains(matrix.os, 'windows') && 'msys2 {0}' || 'bash' }}"
Original file line number Diff line number Diff line change @@ -366,6 +366,17 @@ jobs:
366366 - name : x86_64-gnu-tools
367367 << : *job-linux-16c
368368
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
369380 auto :
370381 << : *base-ci-job
371382 name : auto - ${{ matrix.name }}
You can’t perform that action at this time.
0 commit comments