🔧 ignore certificate

This commit is contained in:
Niels Lohmann 2021-05-09 13:44:21 +02:00
parent 3685dbdcfd
commit c73bd8b251
No known key found for this signature in database
GPG Key ID: 7F3CEA63AE251B69

View File

@ -8,7 +8,7 @@ steps:
- name: build
image: gcc
commands:
- git clone https://github.com/Kitware/CMake.git
- git -c http.sslVerify=false clone https://github.com/Kitware/CMake.git
- cd CMake
- ./configure
- make cmake ctest -j10