Merge remote-tracking branch 'origin/Development' into Development
# Conflicts: # .gitlab-ci.yml
This commit is contained in:
commit
6c6e809116
@ -8,8 +8,8 @@ default:
|
||||
- apk --purge del .build-deps
|
||||
|
||||
stages: # List of stages for jobs, and their order of execution
|
||||
- test
|
||||
- build
|
||||
- test
|
||||
|
||||
|
||||
pylint:
|
||||
@ -26,9 +26,9 @@ pylint:
|
||||
- ./pylint/
|
||||
|
||||
|
||||
build-job: # This job runs in the build stage, which runs first.
|
||||
build-job:
|
||||
stage: build
|
||||
script:
|
||||
- echo "Attempting to build distribution wheel"
|
||||
- python -m build --wheel
|
||||
- echo "Wheel successfully built!"
|
||||
- echo "Wheel successfully built!"
|
||||
|
Loading…
Reference in New Issue
Block a user