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
c3311359
Commit
c3311359
authored
Jun 26, 2013
by
Max Lv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update JAVA_OPTS
parent
2f852f75
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
.travis.yml
.travis.yml
+5
-4
No files found.
.travis.yml
View file @
c3311359
language
:
scala
jdk
:
-
o
penjdk6
-
o
raclejdk7
scala
:
-
2.9.2
before_install
:
...
...
@@ -11,17 +11,18 @@ before_install:
-
sudo apt-get install g++-multilib
-
sudo apt-get install lib32z1-dev
-
export ARCH=`uname -m`
-
wget http://dl.google.com/android/android-sdk_r21-linux.tgz
-
tar xf android-sdk_r21-linux.tgz
-
wget http://dl.google.com/android/android-sdk_r2
2.0.
1-linux.tgz
-
tar xf android-sdk_r2
2.0.
1-linux.tgz
-
wget http://dl.google.com/android/ndk/android-ndk-r8e-linux-${ARCH}.tar.bz2
-
tar xf android-ndk-r8e-linux-${ARCH}.tar.bz2
-
export SBT_OPTS="-Xmx2G"
-
export ANDROID_NDK_HOME=`pwd`/android-ndk-r8e
-
export ANDROID_HOME=`pwd`/android-sdk-linux
-
export PATH=${PATH}:${ANDROID_NDK_HOME}:${ANDROID_HOME}/tools:${ANDROID_HOME}/platform-tools
-
android update sdk --filter tools,platform-tools,android-16 --no-ui --no-https -a
install
:
-
gem install travis-artifacts
before_script
:
-
export JAVA_OPTS=-Xmx2048m
script
:
-
./build-ndk.sh
-
wget https://raw.github.com/paulp/sbt-extras/master/sbt
...
...
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