1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-30 00:00:11 +01:00

ci: fix missing docs in install stage

This commit is contained in:
Steffen Vogel 2019-06-28 13:37:01 +02:00
parent 1e517224be
commit e0f4fe7402

View file

@ -184,6 +184,7 @@ packaging:rpm:
script:
- mkdir -p build && cd build
- cmake ..
- make ${MAKE_OPTS} doc
- make ${MAKE_OPTS} package
artifacts:
expire_in: 1 week