Skip to content

Commit

Permalink
CI Updates
Browse files Browse the repository at this point in the history
+ Renamed `build-exe` stage to `bundle`
+ Added creation and artifact of wheel.
+ renamed `verify-yml` stage to `tests` even though it's not used.
  • Loading branch information
dougthor42 committed Mar 8, 2016
1 parent 15ae6ae commit 85d86a3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,24 @@ pip-install:
- pip install build-reqs/douglib-1.0.10-py3-none-any.whl

# Run the test(s)
#verify-yml:
#tests:
# stage: test
# when: on_success
# script:
# - echo Not testing

build-exe:
bundle:
stage: deploy
when: on_success
script:
- python build_exe.py build

- python setup.py sdist bdist_wheel
artifacts:
# only:
# - tags
paths:
- build/exe.win-amd64-3.4/
- dist/*.whl

clean-up:
stage: cleanup
Expand Down

0 comments on commit 85d86a3

Please sign in to comment.