Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ZHLdigital
eLectures
contrib
python-opencast-externalapi
Commits
1f0246df
Commit
1f0246df
authored
Oct 29, 2017
by
Jan Koppe
Browse files
Merge branch 'ci' into 'master'
ci/cd pipeline See merge request
!1
parents
aca945ac
a1a82f62
Pipeline
#1252
failed with stages
in 1 minute and 14 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
1f0246df
---
image
:
python:3.6
stages
:
-
test
-
build
-
release
lint
:
stage
:
test
before_script
:
-
pip install flake8
script
:
-
make lint
unittest
:
stage
:
test
script
:
-
make test
dist
:
stage
:
build
script
:
-
make dist
artifacts
:
paths
:
-
dist
expire_in
:
1h
release
:
stage
:
release
only
:
-
tags
except
:
-
branches
before_script
:
-
pip install twine
script
:
-
make release
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment