🔧 build cmake

This commit is contained in:
Niels Lohmann 2021-05-08 13:56:19 +02:00
parent 1d8869f8bc
commit 77a5cd247e
No known key found for this signature in database
GPG Key ID: 7F3CEA63AE251B69

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 ..