CI: Verify CMake download with checksum, don't verify TLS cert.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
762d4b94cb
commit
719018a0f6
|
@ -47,6 +47,8 @@ steps:
|
||||||
settings:
|
settings:
|
||||||
source: https://cmake.org/files/v3.12/cmake-3.12.0-Linux-x86_64.sh
|
source: https://cmake.org/files/v3.12/cmake-3.12.0-Linux-x86_64.sh
|
||||||
destination: cmake_installer.sh
|
destination: cmake_installer.sh
|
||||||
|
skip_verify: true
|
||||||
|
sha256: 052b7daa2adab40211c6644da200ef95096d2adbcebd4cc5e60230d9023168bd
|
||||||
|
|
||||||
- name: GCC 8 / clang 6
|
- name: GCC 8 / clang 6
|
||||||
image: ubuntu:bionic
|
image: ubuntu:bionic
|
||||||
|
@ -158,6 +160,8 @@ steps:
|
||||||
settings:
|
settings:
|
||||||
source: https://cmake.org/files/v3.12/cmake-3.12.0-Linux-x86_64.sh
|
source: https://cmake.org/files/v3.12/cmake-3.12.0-Linux-x86_64.sh
|
||||||
destination: cmake_installer.sh
|
destination: cmake_installer.sh
|
||||||
|
skip_verify: true
|
||||||
|
sha256: 052b7daa2adab40211c6644da200ef95096d2adbcebd4cc5e60230d9023168bd
|
||||||
|
|
||||||
- name: Ubuntu bionic
|
- name: Ubuntu bionic
|
||||||
image: ubuntu:bionic
|
image: ubuntu:bionic
|
||||||
|
|
Loading…
Reference in New Issue
Block a user