mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-09-02 15:25:39 +00:00
Migrate to GitHub actions for CI
Signed-off-by: Harsh Shandilya <msfjarvis@gmail.com>
This commit is contained in:
11
.github/workflows/push.yml
vendored
Normal file
11
.github/workflows/push.yml
vendored
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
on: push
|
||||||
|
name: CI builds
|
||||||
|
jobs:
|
||||||
|
setup-android:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@master
|
||||||
|
- name: setup-android
|
||||||
|
uses: msfjarvis/setup-android@0.2
|
||||||
|
with:
|
||||||
|
gradleTasks: build test lintDebug -Dpre-dex=false
|
33
.travis.yml
33
.travis.yml
@@ -1,33 +0,0 @@
|
|||||||
language: android
|
|
||||||
dist: trusty
|
|
||||||
|
|
||||||
jdk:
|
|
||||||
- openjdk8
|
|
||||||
|
|
||||||
android:
|
|
||||||
components:
|
|
||||||
- tools
|
|
||||||
- build-tools-28.0.3
|
|
||||||
- extra-android-m2repository
|
|
||||||
licenses:
|
|
||||||
- ".+"
|
|
||||||
|
|
||||||
before_install:
|
|
||||||
- yes | sdkmanager "platforms;android-29"
|
|
||||||
|
|
||||||
script:
|
|
||||||
- "./gradlew build test lintDebug -Dpre-dex=false"
|
|
||||||
|
|
||||||
notifications:
|
|
||||||
email: false
|
|
||||||
|
|
||||||
sudo: false
|
|
||||||
|
|
||||||
before_cache:
|
|
||||||
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
|
|
||||||
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
|
|
||||||
|
|
||||||
cache:
|
|
||||||
directories:
|
|
||||||
- $HOME/.gradle/caches/
|
|
||||||
- $HOME/.gradle/wrapper/
|
|
@@ -1,7 +1,7 @@
|
|||||||
Password Store
|
Password Store
|
||||||
========
|
========
|
||||||
[](https://android-arsenal.com/details/1/1208)
|
[](https://android-arsenal.com/details/1/1208)
|
||||||
[](https://travis-ci.org/zeapo/Android-Password-Store)
|
[](https://github.com/password-store/Android-Password-Store/actions)
|
||||||
[](#backers) [](#sponsors)
|
[](#backers) [](#sponsors)
|
||||||
|
|
||||||
This application tries to be 100% compatible with [pass](http://www.passwordstore.org/)
|
This application tries to be 100% compatible with [pass](http://www.passwordstore.org/)
|
||||||
|
Reference in New Issue
Block a user