forked from bblanchon/ArduinoJson
Fix deployment scripts
This commit is contained in:
@ -57,7 +57,7 @@ simplify_namespaces() {
|
|||||||
perl -p0i -e 's|\} // namespace ARDUINOJSON_NAMESPACE\r?\nnamespace ARDUINOJSON_NAMESPACE \{\r?\n||igs' "$1"
|
perl -p0i -e 's|\} // namespace ARDUINOJSON_NAMESPACE\r?\nnamespace ARDUINOJSON_NAMESPACE \{\r?\n||igs' "$1"
|
||||||
}
|
}
|
||||||
|
|
||||||
cd $(dirname $0)/../
|
cd $(dirname $0)/../..
|
||||||
INCLUDED=()
|
INCLUDED=()
|
||||||
process src/ArduinoJson.h true > ../ArduinoJson-$TAG.h
|
process src/ArduinoJson.h true > ../ArduinoJson-$TAG.h
|
||||||
simplify_namespaces ../ArduinoJson-$TAG.h
|
simplify_namespaces ../ArduinoJson-$TAG.h
|
||||||
|
@ -56,6 +56,6 @@ commit_new_version
|
|||||||
add_tag
|
add_tag
|
||||||
push
|
push
|
||||||
|
|
||||||
scripts/build-arduino-package.sh
|
extras/scripts/build-arduino-package.sh
|
||||||
scripts/build-single-header.sh
|
extras/scripts/build-single-header.sh
|
||||||
scripts/wandbox/publish.sh "../ArduinoJson-$TAG.h"
|
extras/scripts/wandbox/publish.sh "../ArduinoJson-$TAG.h"
|
||||||
|
Reference in New Issue
Block a user