mirror of
https://github.com/nlohmann/json.git
synced 2025-11-24 11:54:34 +08:00
🔧 fix paths
This commit is contained in:
@@ -17,10 +17,10 @@ steps:
|
||||
- cd ..
|
||||
- mkdir build
|
||||
- cd build
|
||||
- ../cmake/bin/cmake .. -DJSON_FastTests=ON
|
||||
- ../cm/cmake/bin/cmake .. -DJSON_FastTests=ON
|
||||
- make -j10
|
||||
- cd test
|
||||
- ../../cmake/bin/ctest -j10
|
||||
- ../../cm/cmake/bin/ctest -j10
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
|
||||
Reference in New Issue
Block a user