Commit 20a7fece authored by Mygod's avatar Mygod

Remove archived godep

parent d4f53d4f
......@@ -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
......@@ -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
......
......@@ -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" (
......
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