diff options
Diffstat (limited to 'json4cpp/.cirrus.yml')
| -rw-r--r-- | json4cpp/.cirrus.yml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/json4cpp/.cirrus.yml b/json4cpp/.cirrus.yml new file mode 100644 index 0000000000..be63315062 --- /dev/null +++ b/json4cpp/.cirrus.yml @@ -0,0 +1,17 @@ +arm_container: + image: gcc:latest + +check_task: + check_script: + - wget https://github.com/Kitware/CMake/releases/download/v3.20.2/cmake-3.20.2.tar.gz + - tar xfz cmake-3.20.2.tar.gz + - cd cmake-3.20.2 + - ./configure + - make cmake ctest -j4 + - cd .. + - mkdir build + - cd build + - ../cmake-3.20.2/bin/cmake .. -DJSON_FastTests=ON + - make -j4 + - cd tests + - ../../cmake-3.20.2/bin/ctest -j4 |
