Skip to content

Commit

Permalink
Jenkins CI to GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
pmallampati-sift committed Jun 24, 2024
1 parent 9dda0c0 commit 64cb1a9
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,17 @@ permissions:
jobs:
build:
runs-on: ubuntu-latest
container:
image: docker://fabernovel/android:api-29-v1.1.0

steps:
- uses: actions/checkout@v4
- runs-on: ubuntu-22.04 # Works also with self hosted runner supporting docker
container:
image: docker://fabernovel/android:api-29-v1.1.0
- name: set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'temurin'
cache: gradle
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
Expand Down

0 comments on commit 64cb1a9

Please sign in to comment.