mirror of
				https://github.com/iv-org/invidious.git
				synced 2025-11-03 21:58:29 -06:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
		
			230 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			230 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
language: crystal
 | 
						|
 | 
						|
crystal:
 | 
						|
  - latest
 | 
						|
 | 
						|
dist: bionic
 | 
						|
 | 
						|
before_install:
 | 
						|
  - shards update
 | 
						|
  - shards install
 | 
						|
 | 
						|
install:
 | 
						|
  - crystal build --error-on-warnings src/invidious.cr
 | 
						|
 | 
						|
script:
 | 
						|
  - crystal tool format --check
 | 
						|
  - crystal spec
 |