build in parallel + stop building linux + clang
This commit is contained in:
		
							
								
								
									
										13
									
								
								.travis.yml
									
									
									
									
									
								
							
							
						
						
									
										13
									
								
								.travis.yml
									
									
									
									
									
								
							| @@ -15,12 +15,13 @@ matrix: | |||||||
|         - CC=clang  |         - CC=clang  | ||||||
|         - CXX=clang++ |         - CXX=clang++ | ||||||
|  |  | ||||||
|     - os: linux |     # Clang + Linux disabled for now | ||||||
|       dist: xenial |     # - os: linux | ||||||
|       script: python test/run.py |     #   dist: xenial | ||||||
|       env: |     #   script: python test/run.py | ||||||
|         - CC=clang  |     #   env: | ||||||
|         - CXX=clang++ |     #     - CC=clang  | ||||||
|  |     #     - CXX=clang++ | ||||||
|  |  | ||||||
|     # Windows |     # Windows | ||||||
|     - os: windows |     - os: windows | ||||||
|   | |||||||
| @@ -371,7 +371,7 @@ def run(testName, buildDir, sanitizer, xmlOutput, testRunName, buildOnly, useLLD | |||||||
|     #runCommand('{} -C {} {}'.format(makeCmd, buildDir, jobs)) |     #runCommand('{} -C {} {}'.format(makeCmd, buildDir, jobs)) | ||||||
|  |  | ||||||
|     # build with cmake |     # build with cmake | ||||||
|     runCommand('cmake --build ' + buildDir) |     runCommand('cmake --build --parallel ' + buildDir) | ||||||
|  |  | ||||||
|     if buildOnly: |     if buildOnly: | ||||||
|         return |         return | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user