Skip to content

Commit

Permalink
Jenkins CI to GH actions (#112)
Browse files Browse the repository at this point in the history
* Jenkins CI to GH actions

* Jenkins CI to GH actions

* Jenkins CI to GH actions

* Jenkins CI to GH actions

* Jenkins CI to GH actions

* Jenkins CI to GH actions

* Jenkins CI to GH actions

* Jenkins CI to GH actions
  • Loading branch information
pmallampati-sift authored Jun 26, 2024
1 parent 5671215 commit 41c7587
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Android-ci

on:
push:
branches:
- master
pull_request:
branches:
- master

permissions:
contents: read

jobs:
build:
runs-on: ubuntu-latest
container:
image: docker://fabernovel/android:api-31-v1.6.0
steps:
- uses: actions/checkout@v4
- name: Build with Gradle
run: ./gradlew dependencies
- name: Test
run: ./gradlew test

0 comments on commit 41c7587

Please sign in to comment.