try github actions

This commit is contained in:
Anton Keks 2019-12-26 11:27:42 +02:00 committed by GitHub
parent 3b4fedbdfb
commit dcf2833ae9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

19
.github/workflows/main.yml vendored Normal file
View File

@ -0,0 +1,19 @@
name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-java@v1
with:
java-version: '8'
architecture: x64
- name: Run a multi-line script
run: |
echo Add other actions to build,
echo test, and deploy your project.
java -version