php1ic / inch

The Interactive Nuclear CHart
GNU General Public License v3.0
3 stars 2 forks source link

Don't build docs during CI release builds #19

Closed php1ic closed 4 years ago

php1ic commented 4 years ago

For release builds, cmake looks for a doxygen install to build the documentation. It generally wont exist on the docker images that are created and we don't explicitly install so don't waste time and turn OFF the option during config.

php1ic commented 4 years ago

No need to do this, there is no real wasted time as we never actually attempt to build the docs, it just creates a make target.

By not being explicit for doxygen we also keep the cmake command as generic as possible.