
Test that CMake works without its bundled dependencies. For some dependencies, test using the minimum supported version.
6 lines
142 B
Bash
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
|