diff options
author | MITSUNARI Shigeo <herumi@nifty.com> | 2017-03-08 15:07:51 +0800 |
---|---|---|
committer | MITSUNARI Shigeo <herumi@nifty.com> | 2017-03-08 15:07:51 +0800 |
commit | 2291c744a2448285e920c17f65863606dbaad04c (patch) | |
tree | b21def813262fd621d381f97eb5c5d43916ca37e | |
parent | f7170d6c8d4a0c22e1a5cf61bcf0c39e4efda389 (diff) | |
download | dexon-mcl-2291c744a2448285e920c17f65863606dbaad04c.tar.gz dexon-mcl-2291c744a2448285e920c17f65863606dbaad04c.tar.zst dexon-mcl-2291c744a2448285e920c17f65863606dbaad04c.zip |
set travis CI
-rw-r--r-- | .travis.yml | 11 | ||||
-rw-r--r-- | readme.md | 2 |
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 + @@ -1,3 +1,5 @@ +[](https://travis-ci.org/herumi/mcl)
+
# mcl
A generic and fast pairing-based cryptography library.
|