mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-18 10:53:17 +00:00
SDK release folder changed (#351)
This new way matches the `tactility.py`'s `.tactility/` folder names.
This commit is contained in:
parent
f97ca26b01
commit
6dc4f698c9
4
Buildscripts/get-idf-target.sh
Executable file
4
Buildscripts/get-idf-target.sh
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
config_idf_target=`cat sdkconfig | grep CONFIG_IDF_TARGET=`
|
||||
echo ${config_idf_target:19:-1}
|
||||
@ -5,9 +5,10 @@
|
||||
# This deployment is used when compiling new SDK features for apps.
|
||||
#
|
||||
|
||||
config_idf_target=`cat sdkconfig | grep CONFIG_IDF_TARGET=`
|
||||
idf_target=${config_idf_target:19:-1}
|
||||
sdk_path=release/TactilitySDK-${idf_target}
|
||||
idf_target=`Buildscripts/get-idf-target.sh`
|
||||
version=`cat version.txt`
|
||||
sdk_path="release/TactilitySDK/${version}-${idf_target}/TactilitySDK"
|
||||
mkdir -p ${sdk_path}
|
||||
echo Cleaning up ${sdk_path}
|
||||
rm -rf ${sdk_path}
|
||||
./Buildscripts/release-sdk.sh ${sdk_path}
|
||||
|
||||
./Buildscripts/release-sdk.sh ${sdk_path}
|
||||
Loading…
x
Reference in New Issue
Block a user