Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
emzed-ext-mzmine2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
sispub
emzed
emzed-ext-mzmine2
Commits
d8f6c8d5
Commit
d8f6c8d5
authored
4 years ago
by
schmittu
Browse files
Options
Downloads
Patches
Plain Diff
attempt to fix ci
parent
1f977632
No related branches found
No related tags found
No related merge requests found
Pipeline
#1501
failed
4 years ago
Stage: test_code
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+18
-3
18 additions, 3 deletions
.gitlab-ci.yml
with
18 additions
and
3 deletions
.gitlab-ci.yml
+
18
−
3
View file @
d8f6c8d5
...
...
@@ -14,13 +14,28 @@ windows_tests:
-
windows
script
:
-
set "CI_TMP=%temp%\%time::=.%.emzed.tmp"
-
tox -r -e py37-ci
-
if (Test-Path venv) { Remove-Item venv -Recurse; }
-
python -m venv venv
-
venv/Scripts/python -m pip install -U pip setuptools
-
venv/Scripts/pip install --extra-index-url https://pypi-sissource.ethz.ch/simple emzed3
-
venv/Scripts/pip install -e .
-
venv/Scripts/pip install -r requirements_dev.txt
-
sleep ${SLEEP:-0}
-
venv/Scripts/python -c 'import emzed_ext_mzmine2 as e; e.init()'
-
venv/Scripts/pytest tests
linux_tests
:
stage
:
test_code
image
:
sissource.ethz.ch:5005/sispub/emzed/linux_base_images/ubuntu_16_10_for_emzed
tags
:
-
docker-executor
script
:
-
pyenv local $(latest_python 3.7)
-
CI_TMP=$(mktemp -d) tox -r -e py37-ci
-
pip install --extra-index-url https://pypi-sissource.ethz.ch/simple emzed3
-
pip install -e .
-
pip install -r requirements_dev.txt
-
sleep ${SLEEP:-0}
-
python3 -c 'import emzed_ext_mzmine2 as e; e.init()'
-
pytest tests
artifacts
:
paths
:
-
htmlcov/
...
...
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