👷 Add .circleci/config.yml
This commit is contained in:
11
.circleci/config.yml
Normal file
11
.circleci/config.yml
Normal 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
|
||||||
|
|
||||||
@@ -4,7 +4,7 @@
|
|||||||
[](https://github.com/Wechat-Group/WxJava)
|
[](https://github.com/Wechat-Group/WxJava)
|
||||||
[](https://github.com/Wechat-Group/WxJava/releases)
|
[](https://github.com/Wechat-Group/WxJava/releases)
|
||||||
[](http://mvnrepository.com/artifact/com.github.binarywang/wx-java)
|
[](http://mvnrepository.com/artifact/com.github.binarywang/wx-java)
|
||||||
[](https://app.travis-ci.com/github/Wechat-Group/WxJava)
|
[](https://circleci.com/gh/Wechat-Group/WxJava/tree/develop)
|
||||||
[](https://www.jetbrains.com/?from=WxJava-weixin-java-tools)
|
[](https://www.jetbrains.com/?from=WxJava-weixin-java-tools)
|
||||||
[](https://opensource.org/licenses/Apache-2.0)
|
[](https://opensource.org/licenses/Apache-2.0)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user