mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-04-04 15:01:24 +08:00
👷 Add .circleci/config.yml
This commit is contained in:
parent
5776914faa
commit
c0a7376e22
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/releases)
|
||||
[](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://opensource.org/licenses/Apache-2.0)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user