Update gitlab-ci.yml
This commit is contained in:
		@@ -1,5 +1,6 @@
 | 
				
			|||||||
before_script:
 | 
					before_script:
 | 
				
			||||||
  - pipenv install -d
 | 
					  - pipenv install --sequential -d
 | 
				
			||||||
 | 
					  # --sequential hält die last auf raspberry pi unten
 | 
				
			||||||
style:
 | 
					style:
 | 
				
			||||||
  stage: test
 | 
					  stage: test
 | 
				
			||||||
  script:
 | 
					  script:
 | 
				
			||||||
@@ -9,3 +10,8 @@ complexity:
 | 
				
			|||||||
  script:
 | 
					  script:
 | 
				
			||||||
    - pipenv run radon cc .
 | 
					    - pipenv run radon cc .
 | 
				
			||||||
    - pipenv run xenon -bB -mA -aA .
 | 
					    - pipenv run xenon -bB -mA -aA .
 | 
				
			||||||
 | 
					doc:
 | 
				
			||||||
 | 
					  stage: deploy
 | 
				
			||||||
 | 
					  script:
 | 
				
			||||||
 | 
					    - cd doc
 | 
				
			||||||
 | 
					    - pipenv run make html
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user