Update appveyor.yml
This commit is contained in:
		
							parent
							
								
									dccc2d6754
								
							
						
					
					
						commit
						eaaa422c52
					
				@ -87,7 +87,7 @@ test_script:
 | 
				
			|||||||
    if ($env:generator -eq "MinGW Makefiles") {
 | 
					    if ($env:generator -eq "MinGW Makefiles") {
 | 
				
			||||||
        return # No test available for MinGW
 | 
					        return # No test available for MinGW
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
    & ctest -C $env:configuration --timeout 300 --output-on-failure
 | 
					    & ctest -C $env:configuration --timeout 600 --output-on-failure
 | 
				
			||||||
    if ($LastExitCode -ne 0) {
 | 
					    if ($LastExitCode -ne 0) {
 | 
				
			||||||
        throw "Exec: $ErrorMessage"
 | 
					        throw "Exec: $ErrorMessage"
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user