CI: Generate device support status HTML in after_script

merge-requests/1/head
Olaf Meeuwissen 2018-02-21 21:09:59 +09:00
rodzic 936a45b4aa
commit ef0610ce2e
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -1,5 +1,5 @@
# .gitlab-ci.yml -- to test some source code build scenarios
# Copyright (C) 2016, 2017 Olaf Meeuwissen
# Copyright (C) 2016-2018 Olaf Meeuwissen
#
# License: GPL-3.0+
@ -44,6 +44,7 @@ compile:debian-8-full:
CONFIGURE_OPTS: "$CONFIGURE_MINI $CONFIGURE_FULL"
MAKE_FLAGS: "CFLAGS=-Werror"
<<: *compile_definition
after_script:
- make -C doc html-pages
- mkdir lists && doc/*.html lists/
cache: