Ray
					
					5 years ago
					
						
							committed by
							
								
								GitHub
							
						 
					
				 
				
			 
		 
		
			
				
				  
				  No known key found for this signature in database
				  
				  	
						GPG Key ID: 4AEE18F83AFDEB23
				  	
				  
				
			
		
		
		
	
		
			  1 changed files with 
2 additions and 
1 deletions
			
		 
		
			
				- 
					
					
					 
					.github/workflows/ci_src_examples_win.yml
				
 
			
		
		
			
				
					
					
						
							
								
									
										
											
												
	
		
			
				| 
				
				
					
						
					
				
				
				 | 
			
			 | 
			
			@ -6,6 +6,7 @@ jobs: | 
			
		
		
	
		
			
			 | 
			 | 
			
			 | 
			
			  build: | 
			
		
		
	
		
			
			 | 
			 | 
			
			 | 
			
			    runs-on: windows-latest | 
			
		
		
	
		
			
			 | 
			 | 
			
			 | 
			
			    strategy: | 
			
		
		
	
		
			
			 | 
			 | 
			
			 | 
			
			      max-parallel: 1 | 
			
		
		
	
		
			
			 | 
			 | 
			
			 | 
			
			      matrix: | 
			
		
		
	
		
			
			 | 
			 | 
			
			 | 
			
			        compiler: [mingw, msvc16] | 
			
		
		
	
		
			
			 | 
			 | 
			
			 | 
			
			        bits: [32, 64] | 
			
		
		
	
	
		
			
				| 
				
				
				
					
						
					
				
				 | 
			
			 | 
			
			@ -23,7 +24,7 @@ jobs: | 
			
		
		
	
		
			
			 | 
			 | 
			
			 | 
			
			          GENERATOR: "Visual Studio 16 2019" | 
			
		
		
	
		
			
			 | 
			 | 
			
			 | 
			
			        - compiler: msvc16 | 
			
		
		
	
		
			
			 | 
			 | 
			
			 | 
			
			          bits: 64 | 
			
		
		
	
		
			
			 | 
			 | 
			
			 | 
			
			          GENERATOR: "Visual Studio 16 2019 Win64" | 
			
		
		
	
		
			
			 | 
			 | 
			
			 | 
			
			          GENERATOR: "Visual Studio 16 2019 -A x64" | 
			
		
		
	
		
			
			 | 
			 | 
			
			 | 
			
			           | 
			
		
		
	
		
			
			 | 
			 | 
			
			 | 
			
			    env: | 
			
		
		
	
		
			
			 | 
			 | 
			
			 | 
			
			      CFLAGS: ${{ matrix.CFLAGS }} | 
			
		
		
	
	
		
			
				| 
				
					
						
					
				
				
				
				 | 
			
			 | 
			
			
 |