Skip to content
Snippets Groups Projects
Commit 07c14b4b authored by Jan Beinke's avatar Jan Beinke
Browse files

Update .gitlab-ci.yml

parent 421fc075
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -6,16 +6,16 @@ image: python:2.6-alpine
before_script:
- python -V # Print out python version for debugging
script:
- python2 setup.py bdist
- python2 setup.py bdist_egg
after_script:
- cp dist/* ./
artifacts:
paths:
- IRBLAN-*-py*.egg
build-2.6:
image: python:2.6-alpine
<<: *build
build-2.7:
image: python:2.7-alpine
after_script:
- for i in dist/*; do cp "$i" "${i/2.7/2.6}" ;done
- cp dist/* ./
<<: *build
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment