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

Update .gitlab-ci.yml

parent acd8329b
No related branches found
No related tags found
No related merge requests found
Pipeline #
image: python:alpine-2
image: python:2.6-alpine
before_script:
- python -V # Print out python version for debugging
build:
.build: &build
tags:
- shared
before_script:
- python -V # Print out python version for debugging
script:
- python2 setup.py bdist
- cp dist/* ./
artifacts:
paths:
- IRBLAN-*-py*.egg
build-2.6:
image: python:2.6-alpine
<<: *build
build-2.7:
image: python:2.7-alpine
<<: *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