add Travis CI
This commit is contained in:
		
							parent
							
								
									c40eed57d9
								
							
						
					
					
						commit
						7d9a225a69
					
				
							
								
								
									
										15
									
								
								.travis.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								.travis.yml
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,15 @@
 | 
				
			|||||||
 | 
					language: c
 | 
				
			||||||
 | 
					compiler:
 | 
				
			||||||
 | 
					  - gcc
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					script:
 | 
				
			||||||
 | 
					  - make
 | 
				
			||||||
 | 
					  - make test
 | 
				
			||||||
 | 
					  - make mtest
 | 
				
			||||||
 | 
					  - ./mtest/mtest 666666 | ./test > test.log
 | 
				
			||||||
 | 
					  - head -n 5 test.log
 | 
				
			||||||
 | 
					  - tail -n 2 test.log
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					branches:
 | 
				
			||||||
 | 
					  only:
 | 
				
			||||||
 | 
					    - develop
 | 
				
			||||||
@ -1,3 +1,5 @@
 | 
				
			|||||||
 | 
					[](https://travis-ci.org/fperrad/libtommath)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
This is the git repository for [LibTomMath](http://www.libtom.org/), a free open source portable number theoretic multiple-precision integer (MPI) library written entirely in C.
 | 
					This is the git repository for [LibTomMath](http://www.libtom.org/), a free open source portable number theoretic multiple-precision integer (MPI) library written entirely in C.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
The `develop` branch contains the in-development version. Stable releases are tagged.
 | 
					The `develop` branch contains the in-development version. Stable releases are tagged.
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user