github workflow (#16)

This commit is contained in:
creeper123123321 2021-04-29 17:22:41 -03:00 committed by GitHub
parent 1168f068c4
commit 79cd2d6a67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

17
.github/workflows/maven.yml vendored Normal file
View File

@ -0,0 +1,17 @@
name: Java CI with Maven
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: 11
- name: Build with Maven
run: mvn install
- uses: actions/upload-artifact@v2
with:
name: artifact
path: target