!! The university Gitlab servers will be under database migration and maintenance on 6.5. from 08:00 onwards. !!
!! There will be some sporadic server outages of undetermined duration during the day and we suggest you avoid any larger projects or CI/CD runs during this period. !!
!! There will be an announcement here when the maintenance is done. !!
PCL 1.9.1. Automatic build on Docker also seems to pass. This also happens with new ./build directory. If I find out why this happen, I'll document it here.
Interesting to note that it appears to happen with my feature/octree branch even when WITH_PCL=FALSE ... at least the CI build failed on Windows with nvcc giving a link error (but I don't see the actual error message).
nvlink fatal : Could not open input file '../renderer/cpp/Release/ftlrender.lib'
I added manually (in VS) -v to NVCC options, but the above message is already visible in CI output. Also not sure how to add -v via CMake, CUDA_NVCC_FLAGS doesn't seem to work (via command line).
Also
3>D:\Gitlab-Runner\builds\z2WJBjGv\0\nicolas.pope\ftl\representation\cpp\include\ftl/voxel.hpp(10): fatal error C1083: Cannot open include file: 'eigen3/Eigen/Core': No such file or directory