diff options
author | MITSUNARI Shigeo <herumi@nifty.com> | 2019-02-06 15:01:49 +0800 |
---|---|---|
committer | MITSUNARI Shigeo <herumi@nifty.com> | 2019-02-06 15:01:49 +0800 |
commit | 4faf7ef2c1eb2431632f6069d45eed52ee15c798 (patch) | |
tree | 4c1359169e4bbae59951f637df4b06c1df98cb32 | |
parent | 2ac2be86d04cfeace4dd9383d458487e979a0cd2 (diff) | |
download | dexon-mcl-4faf7ef2c1eb2431632f6069d45eed52ee15c798.tar.gz dexon-mcl-4faf7ef2c1eb2431632f6069d45eed52ee15c798.tar.zst dexon-mcl-4faf7ef2c1eb2431632f6069d45eed52ee15c798.zip |
add test without xbyak
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index c535657..73a97e6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,5 +11,7 @@ addons: script: - make test_ci DEBUG=1 -j3 - make clean + - make test_ci CFLAGS_USER=-DMCL_DONT_USE_XBYAK -j3 + - make clean - make test_go |