mirror of
				https://gitea.invidious.io/iv-org/invidious-copy-2023-06-08.git
				synced 2024-08-15 00:53:38 +00:00 
			
		
		
		
	Merge pull request #682 from leonklingele/ci-travis-test-docker-stages
travis: also test Docker build
This commit is contained in:
		
						commit
						d8813179be
					
				
					 1 changed files with 25 additions and 14 deletions
				
			
		
							
								
								
									
										39
									
								
								.travis.yml
									
										
									
									
									
								
							
							
						
						
									
										39
									
								
								.travis.yml
									
										
									
									
									
								
							| 
						 | 
					@ -1,17 +1,28 @@
 | 
				
			||||||
language: crystal
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
crystal:
 | 
					 | 
				
			||||||
  - latest
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
dist: bionic
 | 
					dist: bionic
 | 
				
			||||||
 | 
					
 | 
				
			||||||
before_install:
 | 
					jobs:
 | 
				
			||||||
  - shards update
 | 
					  include:
 | 
				
			||||||
  - shards install
 | 
					    - stage: build
 | 
				
			||||||
 | 
					      language: crystal
 | 
				
			||||||
 | 
					      crystal: latest
 | 
				
			||||||
 | 
					      before_install:
 | 
				
			||||||
 | 
					        - shards update
 | 
				
			||||||
 | 
					        - shards install
 | 
				
			||||||
 | 
					      install:
 | 
				
			||||||
 | 
					        - crystal build --error-on-warnings src/invidious.cr
 | 
				
			||||||
 | 
					      script:
 | 
				
			||||||
 | 
					        - crystal tool format --check
 | 
				
			||||||
 | 
					        - crystal spec
 | 
				
			||||||
 | 
					
 | 
				
			||||||
install:
 | 
					    - stage: build_docker
 | 
				
			||||||
  - crystal build --error-on-warnings src/invidious.cr
 | 
					      language: minimal
 | 
				
			||||||
 | 
					      services:
 | 
				
			||||||
script:
 | 
					        - docker
 | 
				
			||||||
  - crystal tool format --check
 | 
					      install:
 | 
				
			||||||
  - crystal spec
 | 
					        - docker-compose build
 | 
				
			||||||
 | 
					      script:
 | 
				
			||||||
 | 
					        - docker-compose up -d
 | 
				
			||||||
 | 
					        - sleep 15 # Wait for cluster to become ready, TODO: do not sleep
 | 
				
			||||||
 | 
					        - HEADERS="$(curl -I -s http://localhost:3000/)"
 | 
				
			||||||
 | 
					        - STATUS="$(echo $HEADERS | head -n1)"
 | 
				
			||||||
 | 
					        - if [[ "$STATUS" != *"200 OK"* ]]; then echo "$HEADERS"; exit 1; fi
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue