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
b7f9ebba
Commit
b7f9ebba
authored
Nov 10, 2015
by
Max Lv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
enable the output of setup.sh
parent
dc15ad22
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
.travis.yml
.travis.yml
+1
-1
travis-ci/setup.sh
travis-ci/setup.sh
+1
-2
No files found.
.travis.yml
View file @
b7f9ebba
...
@@ -16,7 +16,7 @@ cache:
...
@@ -16,7 +16,7 @@ cache:
-
$HOME/.sbt/boot
-
$HOME/.sbt/boot
before_install
:
before_install
:
-
./travis-ci/setup.sh
&> /dev/null
-
./travis-ci/setup.sh
-
export NDK_CCACHE=ccache
-
export NDK_CCACHE=ccache
-
export ARCH=`uname -m`
-
export ARCH=`uname -m`
-
export ANDROID_NDK_HOME=$HOME/.android/android-ndk-r10d
-
export ANDROID_NDK_HOME=$HOME/.android/android-ndk-r10d
...
...
travis-ci/setup.sh
View file @
b7f9ebba
...
@@ -22,6 +22,5 @@ if [ ! -d "$ANDROID_NDK_HOME" ]
...
@@ -22,6 +22,5 @@ if [ ! -d "$ANDROID_NDK_HOME" ]
popd
popd
fi
fi
echo
"y"
| android update sdk
--filter
tools,platform-tools,build-tools-23.0.1,android-23,extra-google-m2repository
echo
"y"
| android update sdk
--filter
tools,platform-tools,build-tools-23.0.1,android-23,extra-google-m2repository
--no-ui
-a
--no-ui
-a
echo
"y"
| android update sdk
--filter
extra-android-m2repository
--no-ui
-a
echo
"y"
| android update sdk
--filter
extra-android-m2repository
--no-ui
-a
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