mirror of
				https://github.com/KevinMidboe/delugeClient.git
				synced 2025-10-29 12:00:13 +00:00 
			
		
		
		
	Publish depends on build
This commit is contained in:
		
							
								
								
									
										33
									
								
								.drone.yml
									
									
									
									
									
								
							
							
						
						
									
										33
									
								
								.drone.yml
									
									
									
									
									
								
							| @@ -28,36 +28,6 @@ steps: | |||||||
| #     commands: | #     commands: | ||||||
| #       pipenv run pytest | #       pipenv run pytest | ||||||
|  |  | ||||||
| --- |  | ||||||
| kind: pipeline |  | ||||||
| type: docker |  | ||||||
| name: Build and test arm64 |  | ||||||
|  |  | ||||||
| platform: |  | ||||||
|   os: linux |  | ||||||
|   arch: arm64 |  | ||||||
|  |  | ||||||
| steps: |  | ||||||
|   - name: Build source |  | ||||||
|     image: python:3.10 |  | ||||||
|     commands: |  | ||||||
|     - make build |  | ||||||
|  |  | ||||||
|   - name: Install |  | ||||||
|     image: python:3.10 |  | ||||||
|     commands: |  | ||||||
|     - make dist |  | ||||||
|     - pip3 install pipenv |  | ||||||
|     - pipenv install |  | ||||||
|     - pipenv sync |  | ||||||
|     - pipenv install dist/delugeClient_kevin-0.3.1-py3-none-any.whl |  | ||||||
| #     - pipenv install pytest |  | ||||||
|  |  | ||||||
| #   - name: Run tests |  | ||||||
| #     image: python:3.10 |  | ||||||
| #     commands: |  | ||||||
| #       pipenv run pytest |  | ||||||
|  |  | ||||||
| --- | --- | ||||||
| kind: pipeline | kind: pipeline | ||||||
| type: docker | type: docker | ||||||
| @@ -83,3 +53,6 @@ steps: | |||||||
|     - pip3 install pipenv |     - pip3 install pipenv | ||||||
|     - pipenv install twine |     - pipenv install twine | ||||||
|     # - pipenv run twine upload dist/* |     # - pipenv run twine upload dist/* | ||||||
|  |  | ||||||
|  | depends_on: | ||||||
|  |   - Build and test amd64 | ||||||
		Reference in New Issue
	
	Block a user