* .gitlab-ci.yml: Add spell-checking to VPATH/Debian

This commit is contained in:
Tim Rühsen 2020-02-20 16:24:43 +01:00
parent b53c52c4c1
commit b8413cdd3d

View File

@ -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