]> Nishi Git Mirror - gwion.git/commitdiff
:wrench: Travis testing (fix windows/clan complex)
authorfennecdjay <astor.jeremie@wanadoo.fr>
Thu, 23 May 2019 13:11:40 +0000 (15:11 +0200)
committerfennecdjay <astor.jeremie@wanadoo.fr>
Thu, 23 May 2019 13:11:40 +0000 (15:11 +0200)
.travis.yml

index 271ad0c4cba352d1f6be253e785ca2de387e3595..9dd97aa3fb9754e82230f744db7a520439e812c8 100644 (file)
@@ -62,10 +62,6 @@ script:
     else {
       if [ "$CC" = "clang" ];
       then export CFLAGS+=" -DSSIZE_T=ssize_t -D_USE_MATH_DEFINES";
-      if [ "$USE_DOUBLE" = 0 ];
-      then export CFLAGS+=" -Dm_complex='struct _C_float_complex'";
-      else export CFLAGS+=" -Dm_complex='struct _C_double_complex'";
-      fi
       fi;
       make.exe && make.exe test;
     }