mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 08:42:39 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			248 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			248 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| language: c++
 | |
| compiler:
 | |
|   - gcc
 | |
|   - clang
 | |
| before_install:
 | |
|   - sudo pip install cpp-coveralls
 | |
| before_script:
 | |
|   - cmake -DCOVERAGE=true .
 | |
| script:
 | |
|   - make && make test
 | |
| after_success:
 | |
|   - coveralls --include include --include src --gcov-options '\-lp' |