👷 Add .circleci/config.yml

This commit is contained in:
Binary Wang
2022-12-08 09:36:12 +08:00
committed by Binary Wang
parent 5776914faa
commit c0a7376e22
2 changed files with 12 additions and 1 deletions
+11
View File
@@ -0,0 +1,11 @@
version: 2.1
jobs:
build:
docker:
- image: cimg/openjdk:11.0
steps:
- checkout
- run:
name: Build
command: mvn -B -DskipTests clean package -Dcheckstyle.skip=true