mirror of
https://github.com/nlohmann/json.git
synced 2025-08-06 21:16:33 +08:00
🔧 change repository
This commit is contained in:
parent
c73bd8b251
commit
0c62748b75
@ -8,17 +8,17 @@ steps:
|
|||||||
- name: build
|
- name: build
|
||||||
image: gcc
|
image: gcc
|
||||||
commands:
|
commands:
|
||||||
- git -c http.sslVerify=false clone https://github.com/Kitware/CMake.git
|
- git -c http.sslVerify=false clone https://gitlab.kitware.com/cmake/cmake.git
|
||||||
- cd CMake
|
- cd cmake
|
||||||
- ./configure
|
- ./configure
|
||||||
- make cmake ctest -j10
|
- make cmake ctest -j10
|
||||||
- cd ..
|
- cd ..
|
||||||
- mkdir build
|
- mkdir build
|
||||||
- cd build
|
- cd build
|
||||||
- ../CMake/bin/cmake .. -DJSON_FastTests=ON
|
- ../cmake/bin/cmake .. -DJSON_FastTests=ON
|
||||||
- make -j10
|
- make -j10
|
||||||
- cd test
|
- cd test
|
||||||
- ../../CMake/bin/ctest -j10
|
- ../../cmake/bin/ctest -j10
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
|
Loading…
Reference in New Issue
Block a user