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
dc15ad22
Commit
dc15ad22
authored
Nov 10, 2015
by
Max Lv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use scala build system
parent
1c7ca95b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
4 deletions
+7
-4
.travis.yml
.travis.yml
+7
-0
travis-ci/setup.sh
travis-ci/setup.sh
+0
-4
No files found.
.travis.yml
View file @
dc15ad22
language
:
scala
sudo
:
false
scala
:
-
2.11.7
before_cache
:
-
find $HOME/.sbt -name "*.lock" | xargs rm
-
find $HOME/.ivy2 -name "*.lock" | xargs rm
...
...
travis-ci/setup.sh
View file @
dc15ad22
...
...
@@ -5,10 +5,6 @@ export ANDROID_NDK_HOME=$HOME/.android/android-ndk-r10d
export
ANDROID_HOME
=
$HOME
/.android/android-sdk-linux
export
PATH
=
${
ANDROID_NDK_HOME
}
:
${
ANDROID_HOME
}
/tools:
${
ANDROID_HOME
}
/platform-tools:
${
PATH
}
echo
"deb http://dl.bintray.com/sbt/debian /"
|
sudo tee
-a
/etc/apt/sources.list.d/sbt.list
sudo
apt-get update
sudo
apt-get
install
-y
ccache sbt
if
[
!
-d
"
$ANDROID_HOME
"
]
mkdir
-p
$ANDROID_HOME
pushd
$HOME
/.android
...
...
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