mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-03 05:08:47 -06:00
gitlab-ci: Add cmake and ninja to PATH incrementally
This commit is contained in:
@@ -321,8 +321,9 @@
|
||||
.before_script_linux: &before_script_linux
|
||||
- source .gitlab/ci/env.sh
|
||||
- .gitlab/ci/cmake.sh
|
||||
- export PATH=$PWD/.gitlab/cmake/bin:$PATH
|
||||
- .gitlab/ci/ninja.sh
|
||||
- export PATH=$PWD/.gitlab:$PWD/.gitlab/cmake/bin:$PATH
|
||||
- export PATH=$PWD/.gitlab:$PATH
|
||||
- cmake --version
|
||||
- ninja --version
|
||||
|
||||
|
||||
@@ -127,8 +127,9 @@
|
||||
|
||||
.before_script_macos: &before_script_macos
|
||||
- .gitlab/ci/cmake.sh
|
||||
- export PATH=$PWD/.gitlab/cmake/bin:$PATH
|
||||
- .gitlab/ci/ninja.sh
|
||||
- export PATH=$PWD/.gitlab:$PWD/.gitlab/cmake/bin:$PATH
|
||||
- export PATH=$PWD/.gitlab:$PATH
|
||||
- cmake --version
|
||||
- ninja --version
|
||||
# Download Qt
|
||||
|
||||
Reference in New Issue
Block a user