aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <herumi@nifty.com>2017-03-08 16:27:08 +0800
committerMITSUNARI Shigeo <herumi@nifty.com>2017-03-08 16:27:08 +0800
commit50b4a0c5ca3e7fdaee425a4c1188046b2956c8dc (patch)
tree0f033776e9f5b2ee3306214bee0afd31c2386876 /.travis.yml
parent2a0e378af6abbc2d61129debf360ed714e4275a4 (diff)
downloaddexon-bls-50b4a0c5ca3e7fdaee425a4c1188046b2956c8dc.tar
dexon-bls-50b4a0c5ca3e7fdaee425a4c1188046b2956c8dc.tar.gz
dexon-bls-50b4a0c5ca3e7fdaee425a4c1188046b2956c8dc.tar.bz2
dexon-bls-50b4a0c5ca3e7fdaee425a4c1188046b2956c8dc.tar.lz
dexon-bls-50b4a0c5ca3e7fdaee425a4c1188046b2956c8dc.tar.xz
dexon-bls-50b4a0c5ca3e7fdaee425a4c1188046b2956c8dc.tar.zst
dexon-bls-50b4a0c5ca3e7fdaee425a4c1188046b2956c8dc.zip
add travis-ci
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml16
1 files changed, 16 insertions, 0 deletions
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
+