🔧 ignore certificate

parent 3685dbdc
...@@ -8,7 +8,7 @@ steps: ...@@ -8,7 +8,7 @@ steps:
- name: build - name: build
image: gcc image: gcc
commands: commands:
- git clone https://github.com/Kitware/CMake.git - git -c http.sslVerify=false clone https://github.com/Kitware/CMake.git
- cd CMake - cd CMake
- ./configure - ./configure
- make cmake ctest -j10 - make cmake ctest -j10
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment