Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
KaustubhPatange committed Jun 15, 2020
1 parent 886fb7d commit 4dfdff3
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Build and Release
on: [push]

jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- run: chmod +x gradlew
- name: Build Gradle
run: ./gradlew build

0 comments on commit 4dfdff3

Please sign in to comment.