mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-09-14 10:35:30 +00:00
8 lines
103 B
Bash
8 lines
103 B
Bash
#!/bin/sh -ex
|
|
|
|
export CC="$_CC"
|
|
export CXX="$_CXX"
|
|
|
|
cmake -DCMAKE_BUILD_TYPE=Release .
|
|
cmake --build .
|