summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml24
1 files changed, 23 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 22fda54c..575df15b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -35,6 +35,26 @@ licensecheck:
script:
- ./.tools/licensecheck.sh
+manaplus:
+ stage: test
+ script:
+ - ./.tools/manaplus.sh
+ artifacts:
+ paths:
+ - shared
+ when: always
+ expire_in: 3 week
+
+newlines:
+ stage: test
+ script:
+ - ./.tools/newlines.sh
+ artifacts:
+ paths:
+ - shared
+ when: always
+ expire_in: 3 week
+
pages:
stage: deploy
script:
@@ -45,13 +65,14 @@ pages:
- public
only:
- master
-
+
ok_job:
stage: ok
script:
- pwd
- echo $CI_BUILD_REF_NAME
when: on_success
+ dependencies: []
variables:
GIT_STRATEGY: none
@@ -61,5 +82,6 @@ fail_job:
- pwd
- echo $CI_BUILD_REF_NAME
when: on_failure
+ dependencies: []
variables:
GIT_STRATEGY: none