mirror of
				https://github.com/Tencent/rapidjson.git
				synced 2025-11-04 04:10:01 +01:00 
			
		
		
		
	Only do coverage on gcc/debug
This commit is contained in:
		@@ -21,7 +21,7 @@ before_install:
 | 
			
		||||
  - sudo apt-get install -qq cmake valgrind
 | 
			
		||||
  - sudo apt-get --no-install-recommends install doxygen # Don't install LaTeX stuffs
 | 
			
		||||
  - if [ "$ARCH" = "x86" ]; then sudo apt-get install -qq g++-multilib libc6-dbg:i386; fi
 | 
			
		||||
  - if [ "$CC" = "gcc" ]; then sudo pip install cpp-coveralls; export GCOV_FLAGS='--coverage'; fi
 | 
			
		||||
  - if [ "$CC" = "gcc" ] && [ "CONF" = "debug" ]; then sudo pip install cpp-coveralls; export GCOV_FLAGS='--coverage'; fi
 | 
			
		||||
 | 
			
		||||
install: true
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user