1
0
mirror of https://github.com/nlohmann/json.git synced 2025-08-10 16:23:04 +03:00

⚗️ change path

This commit is contained in:
Niels Lohmann
2021-05-09 13:49:42 +02:00
parent 0c62748b75
commit 014724f362

View File

@@ -8,6 +8,8 @@ steps:
- name: build - name: build
image: gcc image: gcc
commands: commands:
- mkdir cm
- cd cm
- git -c http.sslVerify=false clone https://gitlab.kitware.com/cmake/cmake.git - git -c http.sslVerify=false clone https://gitlab.kitware.com/cmake/cmake.git
- cd cmake - cd cmake
- ./configure - ./configure