mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 08:42:39 +01:00 
			
		
		
		
	Added support of non standard JSON input (issue #44)
This commit is contained in:
		| @@ -4,9 +4,7 @@ compiler: | ||||
|   - clang | ||||
| before_install: | ||||
|   - sudo pip install cpp-coveralls | ||||
| before_script: | ||||
|   - cmake -DCOVERAGE=true . | ||||
| script: | ||||
|   - make && make test | ||||
|   - cmake -DCOVERAGE=true . && make && make test | ||||
| after_success: | ||||
|   - coveralls --exclude test --exclude third-party --gcov-options '\-lp' | ||||
|     - if [ "$CC" = "gcc" ]; then coveralls --exclude third-party --gcov-options '\-lp'; fi | ||||
|   | ||||
		Reference in New Issue
	
	Block a user