mirror of
https://github.com/mik3y/usb-serial-for-android
synced 2025-06-06 23:46:33 +00:00
Create build.yml
This commit is contained in:
parent
e2e9df8463
commit
6d3ed12ca8
17
.github/workflows/build.yml
vendored
Normal file
17
.github/workflows/build.yml
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
name: build
|
||||
|
||||
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 assembleDebug
|
Loading…
x
Reference in New Issue
Block a user