kopia lustrzana https://codeberg.org/argrento/huami-token
				
				
				
			tests: add huami_token.py test run
							rodzic
							
								
									5546c0313a
								
							
						
					
					
						commit
						e920b89003
					
				| 
						 | 
					@ -1,8 +1,6 @@
 | 
				
			||||||
pipeline:
 | 
					pipeline:
 | 
				
			||||||
  style_check: 
 | 
					  style_check: 
 | 
				
			||||||
    image: python:3.9-buster
 | 
					    image: python:3.9-buster
 | 
				
			||||||
#    when:
 | 
					 | 
				
			||||||
#      event: pull_request
 | 
					 | 
				
			||||||
    commands:
 | 
					    commands:
 | 
				
			||||||
      - python -m pip install --upgrade pip
 | 
					      - python -m pip install --upgrade pip
 | 
				
			||||||
      - python -m pip install -r requirements.txt
 | 
					      - python -m pip install -r requirements.txt
 | 
				
			||||||
| 
						 | 
					@ -11,10 +9,20 @@ pipeline:
 | 
				
			||||||
      - mypy --strict ./
 | 
					      - mypy --strict ./
 | 
				
			||||||
      - python -m pylint -f parseable ./*.py 
 | 
					      - python -m pylint -f parseable ./*.py 
 | 
				
			||||||
      
 | 
					      
 | 
				
			||||||
 | 
					  can_run_main:
 | 
				
			||||||
 | 
					    image: python:${TAG}-buster
 | 
				
			||||||
 | 
					    commands:
 | 
				
			||||||
 | 
					      - ls
 | 
				
			||||||
 | 
					      - python -m venv venv 
 | 
				
			||||||
 | 
					      - /bin/bash -c "source venv/bin/activate"
 | 
				
			||||||
 | 
					      - python -m pip install --upgrade pip
 | 
				
			||||||
 | 
					      - python -m pip install -r requirements.txt
 | 
				
			||||||
 | 
					      - python huami_token.py -m amazfit -e $AMAZFIT_EMAIL -p $AMAZFIT_PASSWORD -b >/dev/null 2>&1
 | 
				
			||||||
 | 
					      - python3 -c "import socket; print(socket.gethostname())"
 | 
				
			||||||
 | 
					    secrets: [ amazfit_email, amazfit_password ]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  unit_tests:
 | 
					  unit_tests:
 | 
				
			||||||
    image: python:${TAG}-buster
 | 
					    image: python:${TAG}-buster
 | 
				
			||||||
#    when:
 | 
					 | 
				
			||||||
#      event: pull_request
 | 
					 | 
				
			||||||
    commands:
 | 
					    commands:
 | 
				
			||||||
      - ls
 | 
					      - ls
 | 
				
			||||||
      - python -m venv venv 
 | 
					      - python -m venv venv 
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Ładowanie…
	
		Reference in New Issue