diff options
author | MITSUNARI Shigeo <herumi@nifty.com> | 2017-03-08 15:15:44 +0800 |
---|---|---|
committer | MITSUNARI Shigeo <herumi@nifty.com> | 2017-03-08 15:15:44 +0800 |
commit | 60cf350f45a886ba320bac286ace5dc2b5c53bc9 (patch) | |
tree | 88b6671157f205abb6cfeeb60968239a7ec0d49d | |
parent | 2291c744a2448285e920c17f65863606dbaad04c (diff) | |
download | dexon-mcl-60cf350f45a886ba320bac286ace5dc2b5c53bc9.tar.gz dexon-mcl-60cf350f45a886ba320bac286ace5dc2b5c53bc9.tar.zst dexon-mcl-60cf350f45a886ba320bac286ace5dc2b5c53bc9.zip |
install libgmp-dev
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 2ad194b..9a97d1d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,8 @@ language: cpp compiler: - gcc - clang +before_install: + - sudo apt install -y libgmp-dev script: - git clone https://github.com/herumi/cybozulib.git - git clone https://github.com/herumi/xbyak.git |