aboutsummaryrefslogblamecommitdiffstats
path: root/.travis.yml
blob: c658339cc6ce40f97c011ddb566e5605e7b7ff8c (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 test
  - make test_go