aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <herumi@nifty.com>2019-02-06 15:01:49 +0800
committerMITSUNARI Shigeo <herumi@nifty.com>2019-02-06 15:01:49 +0800
commit4faf7ef2c1eb2431632f6069d45eed52ee15c798 (patch)
tree4c1359169e4bbae59951f637df4b06c1df98cb32
parent2ac2be86d04cfeace4dd9383d458487e979a0cd2 (diff)
downloaddexon-mcl-4faf7ef2c1eb2431632f6069d45eed52ee15c798.tar.gz
dexon-mcl-4faf7ef2c1eb2431632f6069d45eed52ee15c798.tar.zst
dexon-mcl-4faf7ef2c1eb2431632f6069d45eed52ee15c798.zip
add test without xbyak
-rw-r--r--.travis.yml2
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