tests: skip "check-local-gitlab-ci" test on gitlab-ci

This commit is contained in:
Thomas Haller 2020-12-11 16:08:07 +01:00
parent 76f3cf41ac
commit 3c39ab8836
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728

View file

@ -25,6 +25,12 @@ meson --version
# `make check`.
export NMTST_SKIP_PYTHON_BLACK=1
# We have a unit test that check that `ci-fairy generate-template`
# is equal to our .gitlab-ci.yml file. However, on gitlab-ci we
# also have a dedicate test for the same thing. We don't need
# to run that test as part of the build. Disable it.
export NMTST_SKIP_CHECK_GITLAB_CI=1
do_clean; BUILD_TYPE=autotools CC=gcc WITH_DOCS=1 WITH_VALGRIND=1 contrib/scripts/nm-ci-run.sh
rm -rf /tmp/nm-docs-html;
mv build/INST/share/gtk-doc/html /tmp/nm-docs-html