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
290bf8cb
Commit
290bf8cb
authored
Apr 08, 2015
by
Max Lv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Delete .travis.yml
parent
fcb0e2ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
28 deletions
+0
-28
.travis.yml
.travis.yml
+0
-28
No files found.
.travis.yml
deleted
100644 → 0
View file @
fcb0e2ac
language
:
android
android
:
components
:
-
tools
-
platform-tools
-
build-tools-21.1.1
-
android-21
-
extra-google-m2repository
-
extra-android-m2repository
cache
:
-
apt
before_install
:
-
echo "deb https://dl.bintray.com/sbt/debian /" | sudo tee -a /etc/apt/sources.list.d/sbt.list
-
sudo apt-get update
install
:
-
sudo apt-get install -y --force-yes sbt libc6-dev-i386 lib32ncurses5-dev libx11-dev g++-multilib lib32z1-dev ccache
-
export NDK_CCACHE=ccache
-
export ARCH=`uname -m`
-
wget 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 | grep gcc
-
export ANDROID_NDK_HOME=`pwd`/android-ndk-r10d
-
export PATH=${PATH}:${ANDROID_NDK_HOME}:${ANDROID_HOME}/tools:${ANDROID_HOME}/platform-tools
script
:
-
cp local.properties.travis local.properties
-
./build.sh
-
sbt android:package-release
-
exit
0
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