Commit 1c8ed9b0 by sikang

update sript

parent cba939b9
...@@ -10,7 +10,6 @@ android { ...@@ -10,7 +10,6 @@ android {
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
ndk { ndk {
//百度活体 在armeabi平台下性能很差,建议使用armeabi-v7a
abiFilters 'armeabi' //,'armeabi-v7a'//, 'x86', 'armeabi-v7a', 'x86_64', 'arm64-v8a' abiFilters 'armeabi' //,'armeabi-v7a'//, 'x86', 'armeabi-v7a', 'x86_64', 'arm64-v8a'
} }
} }
......
...@@ -17,6 +17,7 @@ chmod a+x gponline.py ...@@ -17,6 +17,7 @@ chmod a+x gponline.py
if (($commod == '1')) if (($commod == '1'))
then then
cd ../../
git add . git add .
git commit -m "${app_id} ${version_name}" git commit -m "${app_id} ${version_name}"
git push origin ${git_branch} git push origin ${git_branch}
...@@ -25,6 +26,7 @@ then ...@@ -25,6 +26,7 @@ then
git push origin --delete tag ${tagName} git push origin --delete tag ${tagName}
git tag -a ${tagName} -m ${tagName} git tag -a ${tagName} -m ${tagName}
git push origin ${tagName} git push origin ${tagName}
cd lib_base/script
python gponline.py "${corp_id}" "${level}" "${developer}" "${app_id}" "${action}" python gponline.py "${corp_id}" "${level}" "${developer}" "${app_id}" "${action}"
elif (($commod == '2')) elif (($commod == '2'))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment