Files
ArduinoJson/extras/ci/build.sh

8 lines
103 B
Bash
Raw Normal View History

#!/bin/sh -ex
2016-05-15 09:41:53 +02:00
2019-03-01 09:15:41 +01:00
export CC="$_CC"
export CXX="$_CXX"
cmake -DCMAKE_BUILD_TYPE=Release .
2019-02-28 17:26:29 +01:00
cmake --build .