I’just started exploring Travis CI.
To build my C++ cmake project I need to pass HDF5_DIR to cmake as argument. To install HDF5 I use mamba. How to define the path where hdf5-config.cmake file is?
In the linked build, you are installing libhdf5 and associated packages from Apt. Official Ubuntu Apt packages don’t have either HDF5Config.cmake or hdf5-config.cmake, so if you need them, you need to get the library from somewhere else.
thank you for information, I will be more attentif next time.
For my futuretask: does Travis provide some tool to browse directories? Is there a way to see the folder’s tree (maybe somethink like file explorer with GUI or without it)?