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