Skip to content

Commit

Permalink
Adding CI (#8)
Browse files Browse the repository at this point in the history
* Create gradle.yml

Adding CI

* Restored gradle-wrapper

* git update-index --chmod=+x gradlew
  • Loading branch information
mfvanek authored Dec 7, 2019
1 parent c541c41 commit 65ba971
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Java CI

on: [push]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 11
- name: Build with Gradle
run: ./gradlew build
Binary file added gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
Empty file modified gradlew
100644 → 100755
Empty file.

0 comments on commit 65ba971

Please sign in to comment.