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




             





                                                                                  
       
            
                                      
                
                         
sudo: true
dist: trusty
language: cpp
compiler:
  - gcc
  - clang
addons:
  apt:
    packages:
      - libgmp-dev
install:
  - git clone --depth 1 https://github.com/herumi/mcl.git $TRAVIS_BUILD_DIR/../mcl
script:
  - make -j3
  - make test_ci DISABLE_THREAD_TEST=1
  - make test_go
  - bin/bls_c384_test.exe