mirror of
https://github.com/oxen-io/session-android.git
synced 2025-06-09 07:48:34 +00:00
Create android.yml running qa task.
This commit is contained in:
parent
ee267d4702
commit
a9f3141a77
17
.github/workflows/android.yml
vendored
Normal file
17
.github/workflows/android.yml
vendored
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
name: Android CI
|
||||||
|
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v1
|
||||||
|
- name: set up JDK 1.8
|
||||||
|
uses: actions/setup-java@v1
|
||||||
|
with:
|
||||||
|
java-version: 1.8
|
||||||
|
- name: Build with Gradle
|
||||||
|
run: ./gradlew qa
|
Loading…
x
Reference in New Issue
Block a user