Files
ArduinoJson/extras/ci/build.sh
2020-04-11 18:49:28 +02:00

8 lines
103 B
Bash
Executable File

#!/bin/sh -ex
export CC="$_CC"
export CXX="$_CXX"
cmake -DCMAKE_BUILD_TYPE=Release .
cmake --build .