set travis CI

dev
MITSUNARI Shigeo 8 years ago
parent f7170d6c8d
commit 2291c744a2
  1. 11
      .travis.yml
  2. 2
      readme.md

@ -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 @@
[![Build Status](https://travis-ci.org/herumi/mcl.png)](https://travis-ci.org/herumi/mcl)
# mcl
A generic and fast pairing-based cryptography library.

Loading…
Cancel
Save