mirror of
				https://github.com/facebook/zstd.git
				synced 2025-11-03 00:08:51 -05:00 
			
		
		
		
	FreeBSD 14.0 will reach the end of life on 2024-09-30. The updated 14.1 is scheduled to end-of-life on 2025-03-31. ref. https://www.freebsd.org/releases/14.2R/schedule/
		
			
				
	
	
		
			10 lines
		
	
	
		
			215 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			215 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
task:
 | 
						|
  name: FreeBSD (shortest)
 | 
						|
  freebsd_instance:
 | 
						|
    matrix:
 | 
						|
      image_family: freebsd-14-1
 | 
						|
  install_script: pkg install -y gmake coreutils
 | 
						|
  script: |
 | 
						|
    MOREFLAGS="-Werror" gmake -j all
 | 
						|
    gmake shortest
 |