Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sentry-auth-authsch
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
JetBrains YouTrack
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
KSZK
Open Source
sentry-auth-authsch
Commits
fb69e798
Commit
fb69e798
authored
Jun 1, 2020
by
Tamas Kiss
Browse files
Options
Downloads
Patches
Plain Diff
Gitlab CI added
parent
f0a31d43
No related branches found
No related tags found
No related merge requests found
Pipeline
#4231
failed
Jun 1, 2020
Stage: Init
Stage: Testing
Stage: Release
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+32
-0
32 additions, 0 deletions
.gitlab-ci.yml
with
32 additions
and
0 deletions
.gitlab-ci.yml
0 → 100644
+
32
−
0
View file @
fb69e798
image
:
registry.kszk.bme.hu/baseimg/python-tools
stages
:
-
Init
-
Testing
-
Release
pip
:
stage
:
Init
script
:
-
python --version
-
pip install -e .
flake8
:
stage
:
Testing
script
:
-
flake8 src
pytest
:
stage
:
Testing
script
:
-
pip install .[tests]
-
py.test tests
release
:
only
:
-
master
-
tags
stage
:
Release
script
:
-
python setup.py sdist bdist_wheel
-
python setup.py upload --repository https://nexus.kszk.bme.hu/repository/pypi/
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment