Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
NQontrol
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
las-nq
NQontrol
Commits
13d7a4ef
Commit
13d7a4ef
authored
6 years ago
by
Christian Darsow-Fromm
Browse files
Options
Downloads
Patches
Plain Diff
readme → pip
parent
cffbd3c5
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+2
-0
2 additions, 0 deletions
.gitlab-ci.yml
setup.cfg
+1
-1
1 addition, 1 deletion
setup.cfg
with
3 additions
and
1 deletion
.gitlab-ci.yml
+
2
−
0
View file @
13d7a4ef
...
@@ -140,6 +140,8 @@ deploy rrz master:
...
@@ -140,6 +140,8 @@ deploy rrz master:
test pip deployment
:
test pip deployment
:
image
:
python:3
image
:
python:3
stage
:
deploy-test
stage
:
deploy-test
before_script
:
-
sleep
120
# wait to minutes for pip to be able to get the new version
script
:
script
:
-
pip install NQontrol==${CI_COMMIT_TAG:1}
-
pip install NQontrol==${CI_COMMIT_TAG:1}
-
python3 -c "from nqontrol import Servo"
-
python3 -c "from nqontrol import Servo"
...
...
This diff is collapsed.
Click to expand it.
setup.cfg
+
1
−
1
View file @
13d7a4ef
...
@@ -9,7 +9,7 @@ author = LasNQ – Uni Hamburg
...
@@ -9,7 +9,7 @@ author = LasNQ – Uni Hamburg
author-email
=
christian.darsow@physik.uni-hamburg.de
author-email
=
christian.darsow@physik.uni-hamburg.de
license
=
GPL v3
license
=
GPL v3
# url = http://
# url = http://
long-description
=
file: README.
rst
long-description
=
file: README.
md
# Change if running only on Windows, Mac or Linux (comma-separated)
# Change if running only on Windows, Mac or Linux (comma-separated)
platforms
=
any
platforms
=
any
# Add here all kinds of additional classifiers as defined under
# Add here all kinds of additional classifiers as defined under
...
...
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