Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nomad-FAIR
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nomad-lab
nomad-FAIR
Commits
dff91c97
Commit
dff91c97
authored
5 years ago
by
Markus Scheidgen
Browse files
Options
Downloads
Patches
Plain Diff
Added a test for sdist pip install.
#344
parent
10a0f13a
Branches
Branches containing commit
Tags
Tags containing commit
2 merge requests
!115
V0.8.0 beta
,
!113
V0.8.0
Pipeline
#74702
passed
5 years ago
Stage: build
Stage: test
Stage: deploy
Stage: release
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+18
-0
18 additions, 0 deletions
.gitlab-ci.yml
with
18 additions
and
0 deletions
.gitlab-ci.yml
+
18
−
0
View file @
dff91c97
...
@@ -94,6 +94,24 @@ tests:
...
@@ -94,6 +94,24 @@ tests:
-
$CI_COMMIT_REF_NAME =~ /^dev-.*$/
-
$CI_COMMIT_REF_NAME =~ /^dev-.*$/
-
$CI_COMMIT_MESSAGE =~ /\[skip[ _-]tests?\]/i
-
$CI_COMMIT_MESSAGE =~ /\[skip[ _-]tests?\]/i
install_tests
:
stage
:
test
image
:
python:3.6
before_script
:
-
git submodule sync
-
git submodule update --init --jobs=4
script
:
-
pip install --upgrade pip
-
pip install fastentrypoints
-
pip install pyyaml
-
pip install numpy
-
python setup.py compile
-
python setup.py sdist
-
pip install dist/nomad-0.8.0.tar.gz
-
python -c "import nomad.datamodel, nomad.datamodel.metainfo, nomad.client"
-
pip install dist/nomad-0.8.0.tar.gz[parsing]
-
python -m nomad.cli parse tests/data/parsers/vasp/vasp.xml
deploy
:
deploy
:
stage
:
deploy
stage
:
deploy
before_script
:
before_script
:
...
...
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