trying Travis and OSX
This commit is contained in:
		
							parent
							
								
									b4bb3afb65
								
							
						
					
					
						commit
						2d48a36f5c
					
				
					 1 changed files with 7 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -45,6 +45,13 @@ matrix:
 | 
			
		|||
          packages: ['clang-3.7', 'valgrind']
 | 
			
		||||
      env: COMPILER=clang++-3.7
 | 
			
		||||
     
 | 
			
		||||
    - os: osx
 | 
			
		||||
      compiler: clang
 | 
			
		||||
      env: COMPILER=clang
 | 
			
		||||
      before_install:
 | 
			
		||||
        - brew update
 | 
			
		||||
        - brew install valgrind
 | 
			
		||||
 | 
			
		||||
script:
 | 
			
		||||
  - make CXX=$COMPILER CXXFLAGS="-lstdc++"
 | 
			
		||||
  - ./json_unit "*"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue