Feature/windows ci (#76)
* close with params * ... * different generator * core size = 1 * disable more tests to get something working on windows * try to enable another test on windows * enable all OS * set proper version of linux * another try * try again with just env variables * Revert "core size = 1" This reverts commit29af74bba6. * add windows and mac * Revert "close with params" This reverts commit6bb00b6788.
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							12f6cd878d
						
					
				
				
					commit
					ba0fa36c2a
				
			@@ -103,7 +103,8 @@ def runCMake(sanitizer, buildDir):
 | 
			
		||||
 | 
			
		||||
    if platform.system() == 'Windows':
 | 
			
		||||
        #generator = '"NMake Makefiles"'
 | 
			
		||||
        generator = '"Visual Studio 16 2019"'
 | 
			
		||||
        #generator = '"Visual Studio 16 2019"'
 | 
			
		||||
        generator = '"Visual Studio 15 2017"'
 | 
			
		||||
    else:
 | 
			
		||||
        generator = '"Unix Makefiles"'
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user