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
1c7ca95b
Commit
1c7ca95b
authored
Nov 10, 2015
by
Max Lv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update setup scripts
parent
99ff552a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
.travis.yml
.travis.yml
+1
-1
travis-ci/setup.sh
travis-ci/setup.sh
+4
-0
No files found.
.travis.yml
View file @
1c7ca95b
before_cache
:
-
find $HOME/.sbt -name "*.lock" | xargs rm
-
find $HOME/.ivy2
/
-name "*.lock" | xargs rm
-
find $HOME/.ivy2 -name "*.lock" | xargs rm
cache
:
directories
:
...
...
travis-ci/setup.sh
View file @
1c7ca95b
...
...
@@ -14,12 +14,16 @@ if [ ! -d "$ANDROID_HOME" ]
pushd
$HOME
/.android
wget
-q
http://dl.google.com/android/android-sdk_r24.3.4-linux.tgz
tar
xf android-sdk_r24.3.4-linux.tgz
popd
fi
if
[
!
-d
"
$ANDROID_NDK_HOME
"
]
mkdir
-p
$ANDROID_NDK_HOME
pushd
$HOME
/.android
wget
-q
http://dl.google.com/android/ndk/android-ndk-r10d-linux-
${
ARCH
}
.bin
chmod
+x android-ndk-r10d-linux-
${
ARCH
}
.bin
./android-ndk-r10d-linux-
${
ARCH
}
.bin
-y
&> /dev/null
popd
fi
echo
"y"
| android update sdk
--filter
tools,platform-tools,build-tools-23.0.1,android-23,extra-google-m2repository
...
...
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