File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Expand file tree Collapse file tree 2 files changed +17
-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 : i686-msvc 
69+             env :
70+               RUST_CONFIGURE_ARGS : " --build=i686-pc-windows-msvc" 
71+               SCRIPT : make ci-msvc 
72+             os : windows-2019-8core-32gb 
73+           - name : test-various 
74+             os : ubuntu-20.04-8core-32gb 
75+             env : {} 
6876    defaults :
6977      run :
7078        shell : " ${{ contains(matrix.os, 'windows') && 'msys2 {0}' || 'bash' }}" 
Original file line number Diff line number Diff line change @@ -366,6 +366,15 @@ jobs:
366366          - name : x86_64-gnu-tools 
367367            << : *job-linux-16c 
368368
369+           - name : i686-msvc 
370+             env :
371+               RUST_CONFIGURE_ARGS : --build=i686-pc-windows-msvc 
372+               SCRIPT : make ci-msvc 
373+             << : *job-windows-8c 
374+ 
375+           - name : test-various 
376+             << : *job-linux-8c 
377+ 
369378  auto :
370379    << : *base-ci-job 
371380    name : auto - ${{ matrix.name }} 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments