🔧 fix paths

This commit is contained in:
Niels Lohmann 2021-05-09 13:52:16 +02:00
parent 014724f362
commit a44b29ecf1
No known key found for this signature in database
GPG Key ID: 7F3CEA63AE251B69

View File

@ -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