Skip to content

Commit

Permalink
Merge branch '3.11' of https://github.com/JumpMind/symmetric-ds.git i…
Browse files Browse the repository at this point in the history
…nto 3.11
  • Loading branch information
erilong committed Nov 22, 2019
2 parents 53e6229 + daa9ea7 commit b83f63b
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/gradle.yml
@@ -0,0 +1,18 @@
name: SymmetricDS CI

on: [push]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Build with Gradle
working-directory: ./symmetric-assemble
run: ./gradlew compileJava

0 comments on commit b83f63b

Please sign in to comment.