Browse Source

add ci

tags/1.1.0
shaozhuguang 5 years ago
parent
commit
da2f86123a
2 changed files with 13 additions and 2 deletions
  1. +11
    -0
      .travis.yml
  2. +2
    -2
      README.md

+ 11
- 0
.travis.yml View File

@@ -0,0 +1,11 @@
language: java
jdk:
- openjdk8

before_install:
- cd ./tools
- mvn install:install-file -Dfile=core-0.1.4.jar -DgroupId=com.yahoo.ycsb -DartifactId=core -Dversion=0.1.4 -Dpackaging=jar -DgeneratePom=true -DcreateChecksum=true
- cd ../source

script:
- mvn clean package

+ 2
- 2
README.md View File

@@ -1,9 +1,9 @@
[TOC] [TOC]
#JD区块链 #JD区块链



[![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html) [![License](https://img.shields.io/badge/license-Apache%202-4EB1BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)

[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.jd.blockchain/sdk-pack/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.jd.blockchain/sdk-pack/)
[![Build Status](https://travis-ci.com/blockchain-jd-com/jdchain.svg?branch=master)](https://travis-ci.org/blockchain-jd-com/jdchain)


------------------------------------------------------------------------ ------------------------------------------------------------------------
### 版本修订历史 ### 版本修订历史


Loading…
Cancel
Save