gitlab-ci: Add cmake and ninja to PATH incrementally

This commit is contained in:
Brad King
2021-10-06 13:22:32 -04:00
parent 49392b591d
commit 6dd9245635
2 changed files with 4 additions and 2 deletions

View File

@@ -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

View File

@@ -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