testing travis-ci #5
This commit is contained in:
		
							parent
							
								
									219e321760
								
							
						
					
					
						commit
						23626fdd6b
					
				
							
								
								
									
										37
									
								
								.travis.yml
									
									
									
									
									
								
							
							
						
						
									
										37
									
								
								.travis.yml
									
									
									
									
									
								
							@ -1,27 +1,14 @@
 | 
				
			|||||||
matrix:
 | 
					language: cpp
 | 
				
			||||||
	include:
 | 
					dist: trusty
 | 
				
			||||||
		- language: cpp
 | 
					compiler:
 | 
				
			||||||
		  dist: trusty
 | 
					  - clang
 | 
				
			||||||
		  compiler:
 | 
					os:
 | 
				
			||||||
		    - clang
 | 
					  - linux
 | 
				
			||||||
		  os:
 | 
					script:
 | 
				
			||||||
		    - linux
 | 
					  - cd build
 | 
				
			||||||
		  script:
 | 
					  - cmake -DCMAKE_BUILD_TYPE=Debug ..
 | 
				
			||||||
		    - cd build
 | 
					  - make
 | 
				
			||||||
		    - cmake -DCMAKE_BUILD_TYPE=Debug ..
 | 
					 | 
				
			||||||
		    - make
 | 
					 | 
				
			||||||
		- language: cpp
 | 
					 | 
				
			||||||
			dist: trusty
 | 
					 | 
				
			||||||
			compiler:
 | 
					 | 
				
			||||||
				- clang
 | 
					 | 
				
			||||||
			os:
 | 
					 | 
				
			||||||
				- linux
 | 
					 | 
				
			||||||
			# ruby: 2.2.0
 | 
					 | 
				
			||||||
			script:
 | 
					 | 
				
			||||||
				- cd build
 | 
					 | 
				
			||||||
				-	cmake -DCMAKE_BUILD_TYPE=Release ..
 | 
					 | 
				
			||||||
				- make
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
notifications:
 | 
					notifications:
 | 
				
			||||||
	email:
 | 
					  email:
 | 
				
			||||||
		- phundrak@phundrak.fr
 | 
					    - phundrak@phundrak.fr
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user