1
1

gitlab-ci: Remove the tumbleweed docs build

Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
Reviewed-by: Jakub Jelen <jjelen@redhat.com>
Этот коммит содержится в:
Andreas Schneider 2020-03-28 08:06:41 +01:00
родитель 45d82b3e36
Коммит 9914809ae3

Просмотреть файл

@ -339,13 +339,6 @@ tumbleweed/openssl_1.1.x/x86_64/clang:
-DKRB5_CONFIG=/usr/lib/mit/bin/krb5-config
-DUNIT_TESTING=ON -DCLIENT_TESTING=ON -DSERVER_TESTING=ON ..
tumbleweed/docs:
extends: .tumbleweed
before_script:
- mkdir -p obj && cd obj && cmake ..
script:
- make docs
tumbleweed/undefined-sanitizer:
extends: .tumbleweed
before_script: