Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lib_base
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sikang
lib_base
Commits
1c8ed9b0
Commit
1c8ed9b0
authored
Apr 25, 2019
by
sikang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update sript
parent
cba939b9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
+2
-1
build.gradle
+0
-1
script/refresh_gponline.sh
+2
-0
No files found.
build.gradle
View file @
1c8ed9b0
...
@@ -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'
}
}
}
}
...
...
script/refresh_gponline.sh
View file @
1c8ed9b0
...
@@ -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'
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment