Skip to content
Snippets Groups Projects
Commit 9b49b281 authored by Mads M. Pedersen's avatar Mads M. Pedersen
Browse files

Merge branch 'master' into test_pyfuga

parents df726a16 0aa11200
No related branches found
No related tags found
1 merge request!94Handle disabled mpi
...@@ -13,6 +13,18 @@ test_topfarm: # name the job what we like ...@@ -13,6 +13,18 @@ test_topfarm: # name the job what we like
- python - python
# ===== TEST TOPFARM on Windows =====
test_topfarm_windows: # name the job what we like
variables:
GIT_SUBMODULE_STRATEGY: normal
stage: # build, test, deploy defined by default [2]
test
script:
- cd tests
- c:/Anaconda3/envs/pyTopfarm/python.exe -m pytest --cov-report term-missing:skip-covered --cov=topfarm
tags: # select which runners can do this job [3]
- CPAV_old_PC
# ===== BUILD DOCS AND PUSH TO PUBLIC WEBSITE ===== # ===== BUILD DOCS AND PUSH TO PUBLIC WEBSITE =====
pages: # "pages" is a job specifically for GitLab pages [1] pages: # "pages" is a job specifically for GitLab pages [1]
stage: # build, test, deploy defined by default [2] stage: # build, test, deploy defined by default [2]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment