mirror of
				https://github.com/Mbed-TLS/mbedtls.git
				synced 2025-10-28 23:14:56 +03:00 
			
		
		
		
	Travis configuration file
This commit is contained in:
		
							
								
								
									
										13
									
								
								.travis.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								.travis.yml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,13 @@ | |||||||
|  | language: c | ||||||
|  | compiler: | ||||||
|  |  - clang | ||||||
|  |  - gcc | ||||||
|  | before_install: sudo apt-get update | ||||||
|  | install: sudo apt-get install bc gnutls-bin valgrind perl | ||||||
|  | script: | ||||||
|  |  - cmake -D CMAKE_BUILD_TYPE:String="Check" . | ||||||
|  |  - make | ||||||
|  |  - make test | ||||||
|  |  - ( cd tests && ./compat.sh ) | ||||||
|  |  - ( cd tests && ./ssl-opt.sh ) | ||||||
|  |  - tests/scripts/test-ref-configs.pl | ||||||
		Reference in New Issue
	
	Block a user