CMake/.gitlab/ci/env_extdeps_common.sh
Brad King b55152e7ad gitlab-ci: add jobs to test CMake with external dependencies on Linux
Test that CMake works without its bundled dependencies.
For some dependencies, test using the minimum supported version.
2022-08-18 15:49:08 -04:00

6 lines
142 B
Bash

.gitlab/ci/extdeps-linux.sh
export CMAKE_PREFIX_PATH=/opt/extdeps
export PATH=/opt/extdeps/bin:$PATH
export LD_LIBRARY_PATH=/opt/extdeps/lib