1
0
mirror of https://github.com/nlohmann/json.git synced 2025-08-09 05:22:48 +03:00

🔧 build cmake

This commit is contained in:
Niels Lohmann
2021-05-08 13:56:19 +02:00
parent 1d8869f8bc
commit 77a5cd247e

View File

@@ -8,6 +8,11 @@ steps:
- name: build
image: gcc
commands:
- wget https://github.com/Kitware/CMake/releases/download/v3.20.2/cmake-3.20.2.tar.gz
- tar xfz cmake-3.20.2.tar.gz
- cd cmake-3.20.2
- ./configure
- make
- mkdir build
- cd build
- cmake ..