mirror of https://github.com/rusefi/uds-tool.git
hello GHA
This commit is contained in:
parent
e656277274
commit
d75d5d9d4b
|
@ -0,0 +1,21 @@
|
||||||
|
name: uds-tool
|
||||||
|
|
||||||
|
on: [push,pull_request]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- uses: actions/setup-java@v3
|
||||||
|
with:
|
||||||
|
distribution: 'zulu'
|
||||||
|
java-version: '8'
|
||||||
|
|
||||||
|
- name: Test Compiler
|
||||||
|
run: javac -version
|
||||||
|
|
||||||
|
- name: Build
|
||||||
|
run: ./gradlew :build
|
Loading…
Reference in New Issue