Skip to content

Commit cffc0f5

Browse files
committed
try test-various, x86_64-gnu-debug and x86_64-msvc
1 parent b1a12c7 commit cffc0f5

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

.github/workflows/ci.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,17 @@ jobs:
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' }}"

src/ci/github-actions/ci.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)