🔧 use built CMake

parent 77a5cd24
......@@ -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 .
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment