This commit is contained in:
Price Hiller 2021-10-06 07:26:21 -05:00
parent fb27f00329
commit 85934620e7

View File

@ -8,12 +8,11 @@ default:
- apk --purge del .build-deps
stages: # List of stages for jobs, and their order of execution
- build
- test
- stage-1
build-wheel:
stage: build
stage: stage-1
script:
- echo "Attempting to build distribution wheel"
- python -m build --wheel
@ -21,7 +20,7 @@ build-wheel:
pylint:
stage: test
stage: stage-1
script:
- python3.9 -m pip install pylint pylint-exit anybadge
- mkdir ./pylint