mirror of
				https://github.com/luanti-org/minetestmapper.git
				synced 2025-10-31 08:05:24 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			27 lines
		
	
	
		
			581 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			581 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| language: cpp
 | |
| compiler:
 | |
|   - gcc
 | |
|   - clang
 | |
| sudo: false
 | |
| addons:
 | |
|   apt:
 | |
|     sources:
 | |
|       - llvm-toolchain-precise-3.8
 | |
|       - ubuntu-toolchain-r-test
 | |
|     packages:
 | |
|       - cmake
 | |
|       - libgd2-noxpm-dev
 | |
|       - libsqlite3-dev
 | |
|       - p7zip
 | |
|       - g++-6
 | |
|       - clang-3.8
 | |
| before_install:
 | |
|   - # Nothing ever works correctly with precise, use a custom libleveldb build
 | |
|   - wget http://minetest.kitsunemimi.pw/libleveldb-1.18-ubuntu12.04.7z
 | |
|   - 7zr x -olibleveldb libleveldb-1.18-ubuntu12.04.7z
 | |
| script: ./util/travis/script.sh
 | |
| notifications:
 | |
|   email: false
 | |
| matrix:
 | |
|   fast_finish: true
 |