aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <herumi@nifty.com>2017-03-08 15:07:51 +0800
committerMITSUNARI Shigeo <herumi@nifty.com>2017-03-08 15:07:51 +0800
commit2291c744a2448285e920c17f65863606dbaad04c (patch)
treeb21def813262fd621d381f97eb5c5d43916ca37e
parentf7170d6c8d4a0c22e1a5cf61bcf0c39e4efda389 (diff)
downloaddexon-mcl-2291c744a2448285e920c17f65863606dbaad04c.tar.gz
dexon-mcl-2291c744a2448285e920c17f65863606dbaad04c.tar.zst
dexon-mcl-2291c744a2448285e920c17f65863606dbaad04c.zip
set travis CI
-rw-r--r--.travis.yml11
-rw-r--r--readme.md2
2 files changed, 13 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..2ad194b
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,11 @@
+language: cpp
+compiler:
+ - gcc
+ - clang
+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
+ - cd mcl
+ - make test
+
diff --git a/readme.md b/readme.md
index d46b468..a0216d9 100644
--- a/readme.md
+++ b/readme.md
@@ -1,3 +1,5 @@
+[![Build Status](https://travis-ci.org/herumi/mcl.png)](https://travis-ci.org/herumi/mcl)
+
# mcl
A generic and fast pairing-based cryptography library.