Skip to content

Commit

Permalink
Add travis CI file
Browse files Browse the repository at this point in the history
  • Loading branch information
quentin7b committed Jul 21, 2020
1 parent c50a527 commit 148e7b0
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.DS_Store
.gradle
.idea
local.properties
local.properties
build
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
language: android
android:
components:
# The SDK version used to compile your project
- android-30
- build-tools-30.0.0
licenses:
- 'android-sdk-license-.+'
before_install:
- yes | sdkmanager "platforms;android-30"
- yes | sdkmanager "build-tools;30.0.0"
- chmod +x gradlew
script:
- ./gradlew :slt:check
- ./gradlew :slt:assembleRelease

0 comments on commit 148e7b0

Please sign in to comment.