use `make doc` in doxygen job to build device table

This commit is contained in:
Bjarne von Horn 2023-08-10 00:22:55 +02:00
parent aeda2e0ab9
commit efa3f7d738
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ doxygen:
script: script:
- ./bootstrap - ./bootstrap
- ./configure --with-linux-dir=/usr/src/linux-obj/$(uname -i)/default --disable-8139too --enable-tty --with-devices=2 --enable-ccat - ./configure --with-linux-dir=/usr/src/linux-obj/$(uname -i)/default --disable-8139too --enable-tty --with-devices=2 --enable-ccat
- doxygen - make doc
- mv doxygen-output/html/ html/ - mv doxygen-output/html/ html/
artifacts: artifacts:
paths: paths: