Loading .gitlab-ci.yml +12 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,7 @@ cache: stages: - prepare - preflight - test - post Loading Loading @@ -51,6 +52,17 @@ source_dist: - dist/ ##################################################### # Preflight stage # ##################################################### # Ensure that our source distribution can be installed successfully # test_install: stage: preflight script: - pip3 install dist/*.tar.gz ##################################################### # Test stage # ##################################################### Loading Loading
.gitlab-ci.yml +12 −0 Original line number Diff line number Diff line Loading @@ -7,6 +7,7 @@ cache: stages: - prepare - preflight - test - post Loading Loading @@ -51,6 +52,17 @@ source_dist: - dist/ ##################################################### # Preflight stage # ##################################################### # Ensure that our source distribution can be installed successfully # test_install: stage: preflight script: - pip3 install dist/*.tar.gz ##################################################### # Test stage # ##################################################### Loading