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

Update .gitlab-ci.yml

parent d4763b18
No related branches found
No related tags found
No related merge requests found
......@@ -31,6 +31,26 @@ test_PyWake_windows: # name the job what we like
tags: # tag for shared runner on windows machine
- ANMH_old
# ===== Trigger PyWakePark pipeline =====
trigger_pywake_park_test:
stage: deploy
script:
- "curl -X POST -F token=873f41e7914664e3b2359b40890265 -F ref=master https://gitlab.windenergy.dtu.dk/api/v4/projects/1145/trigger/pipeline"
tags: # only runners with this tag can do the job [3]
- python
only: # only run for these branches
- master
trigger_pywake_ellipsys_test:
stage: deploy
script:
- "curl -X POST -F token=7fdf8e11ba829f21ec39ea5193d3d4 -F ref=master https://gitlab.windenergy.dtu.dk/api/v4/projects/1576/trigger/pipeline"
tags: # only runners with this tag can do the job [3]
- python
only: # only run for these branches
- master
# ===== build documentation =====
pages: # "pages" is a job specifically for GitLab pages [1]
stage: # build, test, deploy defined by default [2]
......
......@@ -4,6 +4,10 @@
[![PyPi](https://img.shields.io/pypi/v/py_wake)](https://pypi.org/project/py-wake/)
[![License](https://img.shields.io/pypi/l/py_wake)](https://gitlab.windenergy.dtu.dk/TOPFARM/PyWake/blob/master/LICENSE)
PyWakePark: [![pipeline status](https://gitlab.windenergy.dtu.dk/TOPFARM/cuttingedge/pywake/pywake_park/badges/master/pipeline.svg)](https://gitlab.windenergy.dtu.dk/TOPFARM/cuttingedge/pywake/pywake_park/-/commits/master) PyWakeEllipSys: [![pipeline status](https://gitlab.windenergy.dtu.dk/TOPFARM/cuttingedge/pywake/pywake_ellipsys/badges/master/pipeline.svg)](https://gitlab.windenergy.dtu.dk/TOPFARM/cuttingedge/pywake/pywake_ellipsys/commits/master)
![PyWake](https://gitlab.windenergy.dtu.dk/TOPFARM/PyWake/raw/master/docs/logo.svg)
## Welcome to PyWake
......
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