aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 403c433887c0104f8e903cc93b3c2e4c954e1dab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
sudo: false
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 DISABLE_THREAD_TEST=1
  - make test_go
  - bin/bls_c384_test.exe