mirror of
https://github.com/nlohmann/json.git
synced 2024-11-28 09:09:02 +08:00
🔧 use built CMake
This commit is contained in:
parent
77a5cd247e
commit
a6e2fd1b15
@ -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 .
|
||||
|
Loading…
Reference in New Issue
Block a user