Files
ArduinoJson/extras/ci/test.sh

9 lines
129 B
Bash
Raw Normal View History

2019-02-28 18:00:06 +01:00
#!/bin/sh -ex
export CC="$_CC"
export CXX="$_CXX"
cmake -DCMAKE_BUILD_TYPE=Debug .
cmake --build .
2019-02-28 18:00:06 +01:00
ctest --output-on-failure .