mirror of
				https://github.com/glfw/glfw.git
				synced 2025-11-03 22:04:15 +00:00 
			
		
		
		
	Add initial Travis CI file
This commit is contained in:
		
							parent
							
								
									f22edf13dc
								
							
						
					
					
						commit
						f21ac15c6c
					
				
							
								
								
									
										19
									
								
								.travis.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										19
									
								
								.travis.yml
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,19 @@
 | 
			
		||||
language: c
 | 
			
		||||
compiler: clang
 | 
			
		||||
before_install:
 | 
			
		||||
  - sudo apt-add-repository ppa:irie/cmake -y
 | 
			
		||||
  - sudo apt-get update -q
 | 
			
		||||
  - sudo apt-get install cmake xorg-dev libglu1-mesa-dev
 | 
			
		||||
branches:
 | 
			
		||||
    only:
 | 
			
		||||
        - travis
 | 
			
		||||
        - master
 | 
			
		||||
script:
 | 
			
		||||
  - cmake .
 | 
			
		||||
  - make
 | 
			
		||||
notifications:
 | 
			
		||||
  email:
 | 
			
		||||
    recipients:
 | 
			
		||||
      - travis@glfw.org
 | 
			
		||||
    on_success: never
 | 
			
		||||
    on_failure: always
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user