aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml15
1 files changed, 8 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml
index 81fa0eb..403c433 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,16 +1,17 @@
-sudo: required
+sudo: false
dist: trusty
language: cpp
compiler:
- gcc
- clang
-before_install:
- - sudo apt install -y libgmp-dev
+addons:
+ apt:
+ packages:
+ - libgmp-dev
+install:
+ - git clone --depth 1 https://github.com/herumi/mcl.git $TRAVIS_BUILD_DIR/../mcl
script:
- - git clone --depth 1 https://github.com/herumi/mcl.git
- - git clone --depth 1 https://github.com/herumi/bls.git
- - cd bls
- - make
+ - make -j3
- make test DISABLE_THREAD_TEST=1
- make test_go
- bin/bls_c384_test.exe