aboutsummaryrefslogblamecommitdiffstats
path: root/.travis.yml
blob: 3fad5baf3055b4684d634e43ef1bb04bfe58aae5 (plain) (tree)
1
2
3
4
5
6
7
8
9






               
                                  
       



                                                               
          
        

                
sudo: required
dist: trusty
language: cpp
compiler:
  - gcc
  - clang
before_install:
  - sudo apt install -y libgmp-dev
script:
  - git clone --depth 1 https://github.com/herumi/cybozulib.git
  - git clone --depth 1 https://github.com/herumi/xbyak.git
  - git clone --depth 1 https://github.com/herumi/mcl.git
  - git clone --depth 1 https://github.com/herumi/bls.git
  - cd bls
  - make
  - make test
  - make test_go