CI: Download CMake in Packaging-pipeline.

This commit is contained in:
tastytea 2021-05-27 22:28:16 +02:00
parent 3f58b27709
commit f65d927680
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 6 additions and 0 deletions

View File

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