Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
com.ccwangluo.accelerator
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sheteng
com.ccwangluo.accelerator
Commits
20a7fece
Commit
20a7fece
authored
Aug 03, 2018
by
Mygod
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove archived godep
parent
d4f53d4f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
13 deletions
+6
-13
.gitignore
.gitignore
+0
-5
core/src/overture/make.bash
core/src/overture/make.bash
+3
-4
core/src/overture/make.bat
core/src/overture/make.bat
+3
-4
No files found.
.gitignore
View file @
20a7fece
...
...
@@ -14,16 +14,11 @@ core/src/overture/bin
core/src/overture/pkg
core/src/overture/src/github.com/Sirupsen
core/src/overture/src/github.com/mattn
core/src/overture/src/github.com/miekg
core/src/overture/src/github.com/shawn1m
core/src/overture/src/github.com/tools
core/src/overture/src/golang.org
core/src/overture/src/gopkg.in
# work in progress
tv/
things/
# release apks
*.apk
core/src/overture/make.bash
View file @
20a7fece
...
...
@@ -59,11 +59,10 @@ export PATH=$GOROOT/bin:$GOPATH/bin:$PATH
if
[
!
-f
"
$TARGET
/armeabi-v7a/liboverture.so"
]
||
[
!
-f
"
$TARGET
/arm64-v8a/liboverture.so"
]
||
[
!
-f
"
$TARGET
/x86/liboverture.so"
]
;
then
echo
"Get dependences for overture"
go get
-u
github.com/tools/godep
pushd
$GOPATH
/src/github.com/shadowsocks/overture/main
godep restore
echo
"Get dependences for overture"
go get
-v
github.com/shadowsocks/overture/main
echo
"Cross compile overture for arm"
if
[
!
-f
"
$TARGET
/armeabi-v7a/liboverture.so"
]
;
then
...
...
core/src/overture/make.bat
View file @
20a7fece
...
...
@@ -82,11 +82,10 @@ IF EXIST "%TARGET%\armeabi-v7a\liboverture.so" (
)
IF
%BUILD%
==
1
(
ECHO
"Get dependences for overture"
go
.exe
get
-u
github
.com\tools\godep
PUSHD
%GOPATH%
\src\github.com\shadowsocks\overture\main
godep
.exe
restore
ECHO
"Get dependences for overture"
go
.exe
get
-v
github
.com/shadowsocks/overture/main
ECHO
"Cross compile overture for arm"
IF
NOT
EXIST
"
%TARGET%
\armeabi-v7a\liboverture.so"
(
...
...
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