summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorTim Rühsen <tim.ruehsen@gmx.de>2020-02-20 16:24:43 +0100
committerTim Rühsen <tim.ruehsen@gmx.de>2020-02-20 16:24:43 +0100
commitb8413cdd3dc9706e85208305674f8965edbddfa9 (patch)
tree0dde9e8cb4b4a1b5d96425ee5c9d9259f6aa3453 /.gitlab-ci.yml
parentb53c52c4c11220760fffb600a0791814d5aed7de (diff)
downloadwget-b8413cdd3dc9706e85208305674f8965edbddfa9.tar.gz
* .gitlab-ci.yml: Add spell-checking to VPATH/Debian
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3b02f903..78e42fe3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -46,6 +46,7 @@ VPATH/Debian:
stage: stage1-testing
image: $CI_REGISTRY/$BUILD_IMAGES_PROJECT:$DEBIAN_BUILD
script:
+ - contrib/spell-checker
- export CFLAGS=$CFLAGS_DEFAULT
- ./bootstrap --skip-po && touch .manywarnings
- mkdir vpath && cd vpath