CI: Download CMake in Packaging-pipeline.
This commit is contained in:
parent
3f58b27709
commit
f65d927680
|
@ -153,6 +153,12 @@ steps:
|
|||
- name: debian-package-cache
|
||||
path: /var/cache/apt/archives
|
||||
|
||||
- name: Download CMake 3.12 installer
|
||||
image: plugins/download
|
||||
settings:
|
||||
source: https://cmake.org/files/v3.12/cmake-3.12.0-Linux-x86_64.sh
|
||||
destination: cmake_installer.sh
|
||||
|
||||
- name: Ubuntu bionic
|
||||
image: ubuntu:bionic
|
||||
pull: always
|
||||
|
|
Loading…
Reference in New Issue
Block a user