mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	Merge pull request #1189 from delcypher/travis_ci_wait_longer_when_no_output
[TravisCI] Try to make the LTO build more reliable.
This commit is contained in:
		
						commit
						d12a0133ce
					
				
					 1 changed files with 4 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -65,4 +65,7 @@ env:
 | 
			
		|||
#    - os: osx
 | 
			
		||||
#      osx_image: xcode 8.2
 | 
			
		||||
script:
 | 
			
		||||
  - contrib/ci/scripts/travis_ci_entry_point.sh
 | 
			
		||||
  # Use `travis_wait` to handle commands that don't show output for a long period of time.
 | 
			
		||||
  # Currently this is the LTO build which can be very slow.
 | 
			
		||||
  # Allow at most 45 minutes for the build.
 | 
			
		||||
  - travis_wait 45 contrib/ci/scripts/travis_ci_entry_point.sh
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue