do not build concurrently on Travis, also build (but not run) benchmarks
This commit is contained in:
		
							parent
							
								
									86e7de4d62
								
							
						
					
					
						commit
						6c5015811e
					
				| @ -27,8 +27,9 @@ before_script: | |||||||
|  - cd build |  - cd build | ||||||
|  - cmake .. $CMAKEOPTIONS -DBUILD_TOOLS=1 |  - cmake .. $CMAKEOPTIONS -DBUILD_TOOLS=1 | ||||||
| script: | script: | ||||||
|  - make -j 2 |  - make | ||||||
|  - make -j 2 tests |  - make tests | ||||||
|  |  - make benchmarks | ||||||
|  - ./datastructure-tests |  - ./datastructure-tests | ||||||
|  - cd .. |  - cd .. | ||||||
|  - cucumber -p verify |  - cucumber -p verify | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user