Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
jumu
PyWake
Commits
64f0ca23
Commit
64f0ca23
authored
Dec 04, 2020
by
Mads M. Pedersen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update .gitlab-ci.yml
parent
af326a35
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
0 deletions
+24
-0
.gitlab-ci.yml
.gitlab-ci.yml
+20
-0
README.md
README.md
+4
-0
No files found.
.gitlab-ci.yml
View file @
64f0ca23
...
...
@@ -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]
...
...
README.md
View file @
64f0ca23
...
...
@@ -4,6 +4,10 @@
[

](https://pypi.org/project/py-wake/)
[

](https://gitlab.windenergy.dtu.dk/TOPFARM/PyWake/blob/master/LICENSE)
PyWakePark:
[

](https://gitlab.windenergy.dtu.dk/TOPFARM/cuttingedge/pywake/pywake_park/-/commits/master) PyWakeEllipSys:
[

](https://gitlab.windenergy.dtu.dk/TOPFARM/cuttingedge/pywake/pywake_ellipsys/commits/master)

## Welcome to PyWake
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment