Skip to content

Commit

Permalink
Rename folders for jitpack, update travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
pluscubed committed Mar 28, 2016
1 parent 9dbfb27 commit 582438f
Show file tree
Hide file tree
Showing 35 changed files with 11 additions and 13 deletions.
10 changes: 7 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
language: android
jdk: oraclejdk7
jdk: oraclejdk8
android:
components:
- build-tools-19.0.0
- tools
- build-tools-23.0.2
- android-23
- extra-android-support
- extra-android-m2repository

env:
- TNOODLE_INSTALL_GWT=1 ANDROID_TARGET=android-19
- TNOODLE_INSTALL_GWT=1

before_install:
- sudo apt-get update -qq
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ dependencies {
compile 'com.android.support:support-v4:23.2.1'

compile 'com.caverock:androidsvg:1.2.1'
compile project(':tnoodle-android')

compile project(':library')
}
2 changes: 1 addition & 1 deletion tnoodle-android/settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include ':tnoodle-android', ':tnoodle-android-test'
include ':library', ':sample'
8 changes: 1 addition & 7 deletions tnoodle-android/tmtproject.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,12 @@ def runGradleTask(self, task):
assert retVal == 0

def compile(self):
# Note that we skip signing here in order to prevent
# travis ci issue.
self.runGradleTask("assemble -x signArchives")
self.runGradleTask("assemble")

def clean(self):
self.runGradleTask("clean")

def check(self):
pass

def publishToMavenCentral(self):
self.runGradleTask("uploadArchives")
self.runGradleTask("nexusStagingRelease")

Project(tmt.projectName(), description="Android scrambling library")

0 comments on commit 582438f

Please sign in to comment.