🙏
This commit is contained in:
parent
fb27f00329
commit
85934620e7
@ -8,12 +8,11 @@ default:
|
|||||||
- apk --purge del .build-deps
|
- apk --purge del .build-deps
|
||||||
|
|
||||||
stages: # List of stages for jobs, and their order of execution
|
stages: # List of stages for jobs, and their order of execution
|
||||||
- build
|
- stage-1
|
||||||
- test
|
|
||||||
|
|
||||||
|
|
||||||
build-wheel:
|
build-wheel:
|
||||||
stage: build
|
stage: stage-1
|
||||||
script:
|
script:
|
||||||
- echo "Attempting to build distribution wheel"
|
- echo "Attempting to build distribution wheel"
|
||||||
- python -m build --wheel
|
- python -m build --wheel
|
||||||
@ -21,7 +20,7 @@ build-wheel:
|
|||||||
|
|
||||||
|
|
||||||
pylint:
|
pylint:
|
||||||
stage: test
|
stage: stage-1
|
||||||
script:
|
script:
|
||||||
- python3.9 -m pip install pylint pylint-exit anybadge
|
- python3.9 -m pip install pylint pylint-exit anybadge
|
||||||
- mkdir ./pylint
|
- mkdir ./pylint
|
||||||
|
Loading…
Reference in New Issue
Block a user