| install: | install: | ||||
| - script/ci_install.sh | - script/ci_install.sh | ||||
| - export PATH="${DEPENDENCY_DIR}/cmake/bin:${PATH}" | |||||
| script: | script: | ||||
| - script/ci_build.sh | - script/ci_build.sh |
| wget --no-check-certificate --quiet -O - "${CMAKE_URL}" | tar --strip-components=1 -xz -C cmake | wget --no-check-certificate --quiet -O - "${CMAKE_URL}" | tar --strip-components=1 -xz -C cmake | ||||
| fi | fi | ||||
| export PATH="${DEPENDENCY_DIR}/cmake/bin:${PATH}" | |||||
| cmake --version | |||||
| cd ${BUILD_DIR} | cd ${BUILD_DIR} | ||||