Skip to content

Commit

Permalink
add testbuild job for non-master branches
Browse files Browse the repository at this point in the history
  • Loading branch information
tmieslinger committed Dec 13, 2020
1 parent 595f8e3 commit da566e8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,12 @@ pages:
- public
only:
- master

testbuild:
tags:
- GWDG-Runner-2
script:
- pip install -r requirements.txt
- jupyter-book build how_to_eurec4a
except:
- master

0 comments on commit da566e8

Please sign in to comment.