Skip to content
This repository was archived by the owner on Jan 19, 2021. It is now read-only.

Commit 6494e21

Browse files
authored
[CI skip]
1 parent 38ec92f commit 6494e21

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

.github/workflows/maven.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
name: Java CI
2+
3+
on:
4+
push:
5+
branches:
6+
- master
7+
- toc
8+
pull_request:
9+
branches:
10+
- master
11+
- toc
12+
13+
jobs:
14+
build:
15+
16+
runs-on: ubuntu-latest
17+
18+
steps:
19+
- uses: actions/checkout@v1
20+
- name: Set up JDK 1.8
21+
uses: giltene/setup-java@master
22+
with:
23+
java-version: 1.8
24+
- name: Build with Maven
25+
run: mvn package --file pom.xml

0 commit comments

Comments
 (0)