Include OSX builds back into PR builds
Had an instance where the breakage was not detected until the actual merge. Need to be better than that
This commit is contained in:
		
							parent
							
								
									5637af0d68
								
							
						
					
					
						commit
						a0dd1a237a
					
				@ -40,7 +40,6 @@ matrix:
 | 
			
		||||
    - os: osx
 | 
			
		||||
      compiler: gcc
 | 
			
		||||
      env: BUILD_TYPE=Debug VERBOSE=1
 | 
			
		||||
      if: type != pull_request
 | 
			
		||||
    - os: osx
 | 
			
		||||
      compiler: gcc
 | 
			
		||||
      env: BUILD_TYPE=Release VERBOSE=1 CXX_FLAGS=-std=c++11
 | 
			
		||||
@ -50,7 +49,6 @@ matrix:
 | 
			
		||||
      env: BUILD_TYPE=Debug VERBOSE=1
 | 
			
		||||
      if: type != pull_request
 | 
			
		||||
    - os: osx
 | 
			
		||||
      compiler: clang
 | 
			
		||||
      env: BUILD_TYPE=Release VERBOSE=1 CXX_FLAGS=-std=c++11
 | 
			
		||||
      if: type != pull_request
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user