Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
AloqaIM-Android
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
AloqaIM-Android
Commits
3dcb2f8e
Commit
3dcb2f8e
authored
Feb 17, 2017
by
Tiago Cunha
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updating CI
parent
9ac83d10
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
.travis.yml
.travis.yml
+1
-1
circle.yml
circle.yml
+2
-2
No files found.
.travis.yml
View file @
3dcb2f8e
...
@@ -7,7 +7,7 @@ before_script:
...
@@ -7,7 +7,7 @@ before_script:
-
echo y | android update sdk --no-ui --all --filter android-25
-
echo y | android update sdk --no-ui --all --filter android-25
-
echo y | android update sdk --no-ui --all --filter extra-android-m2repository,extra-android-support
-
echo y | android update sdk --no-ui --all --filter extra-android-m2repository,extra-android-support
-
echo y | android update sdk --no-ui --all --filter extra-google-m2repository,extra-google-google_play_services
-
echo y | android update sdk --no-ui --all --filter extra-google-m2repository,extra-google-google_play_services
-
echo y | android update sdk --no-ui --all --filter build-tools-25.0.
1
-
echo y | android update sdk --no-ui --all --filter build-tools-25.0.
2
-
./gradlew dependencies
-
./gradlew dependencies
-
sed -i -e 's/minSdkVersion = 21/minSdkVersion = 17/g' dependencies.gradle
-
sed -i -e 's/minSdkVersion = 21/minSdkVersion = 17/g' dependencies.gradle
...
...
circle.yml
View file @
3dcb2f8e
...
@@ -26,10 +26,10 @@ dependencies:
...
@@ -26,10 +26,10 @@ dependencies:
-
echo y | android update sdk --no-ui --all --filter android-25
-
echo y | android update sdk --no-ui --all --filter android-25
-
echo y | android update sdk --no-ui --all --filter extra-android-m2repository,extra-android-support
-
echo y | android update sdk --no-ui --all --filter extra-android-m2repository,extra-android-support
-
echo y | android update sdk --no-ui --all --filter extra-google-m2repository,extra-google-google_play_services
-
echo y | android update sdk --no-ui --all --filter extra-google-m2repository,extra-google-google_play_services
-
echo y | android update sdk --no-ui --all --filter build-tools-25.0.
1
-
echo y | android update sdk --no-ui --all --filter build-tools-25.0.
2
cache_directories
:
cache_directories
:
-
/usr/local/android-sdk-linux/tools
-
/usr/local/android-sdk-linux/tools
-
/usr/local/android-sdk-linux/build-tools/25.0.
1
-
/usr/local/android-sdk-linux/build-tools/25.0.
2
test
:
test
:
override
:
override
:
...
...
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