From 50b4a0c5ca3e7fdaee425a4c1188046b2956c8dc Mon Sep 17 00:00:00 2001 From: MITSUNARI Shigeo Date: Wed, 8 Mar 2017 17:27:08 +0900 Subject: add travis-ci --- .travis.yml | 16 ++++++++++++++++ readme.md | 2 ++ 2 files changed, 18 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..34f3598 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,16 @@ +sudo: required +dist: trusty +language: cpp +compiler: + - gcc + - clang +before_install: + - sudo apt install -y libgmp-dev +script: + - git clone https://github.com/herumi/cybozulib.git + - git clone https://github.com/herumi/xbyak.git + - git clone https://github.com/herumi/mcl.git + - git clone https://github.com/herumi/bls.git + - cd bls + - make test + diff --git a/readme.md b/readme.md index 845a941..a0d2c13 100644 --- a/readme.md +++ b/readme.md @@ -1,3 +1,5 @@ +[![Build Status](https://travis-ci.org/herumi/bls.png)](https://travis-ci.org/herumi/bls) + # BLS threshold signature An implementation of BLS threshold signature -- cgit v1.2.3