🔧 use built CMake

pull/2771/head
Niels Lohmann 2021-05-08 14:41:43 +02:00
parent 77a5cd247e
commit a6e2fd1b15
No known key found for this signature in database
GPG Key ID: 7F3CEA63AE251B69
1 changed files with 3 additions and 2 deletions

View File

@ -12,8 +12,9 @@ steps:
- tar xfz cmake-3.20.2.tar.gz
- cd cmake-3.20.2
- ./configure
- make
- make cmake -j10
- cd ..
- mkdir build
- cd build
- cmake ..
- ../cmake-3.20.2/bin/cmake ..
- cmake --build .