]> Nishi Git Mirror - gwion.git/commitdiff
Revert ":wrench: Travis linux/clang test"
authorfennecdjay <astor.jeremie@wanadoo.fr>
Thu, 23 May 2019 08:34:23 +0000 (10:34 +0200)
committerfennecdjay <astor.jeremie@wanadoo.fr>
Thu, 23 May 2019 08:34:23 +0000 (10:34 +0200)
This reverts commit 0a0266513ebd5f1f6c4fd5897cadc55aa38391fe.

.travis.yml

index 73cc20813a1608f316e292ae063054758d564b49..bddfa72303b416bb1a36feb3a5a53751f8cc929e 100644 (file)
@@ -57,12 +57,6 @@ before_script:
   - mkdir -p "$GWION_ADD_DIR" "$GWION_TEST_DIR"
 
 script:
-# use this to try to debug clang/linux builds
-  - if [ $(uname) = "Linux" ] && [ $CC = "clang" ]
-    then
-      make && valgrid ./gwion tests/bug/case_outside_switch.gw;
-      return 1
-    fi
   - if [ $(uname) = "Linux" ] || [ $(uname) = "Darwin" ];
     then make && make test;
     else make.exe && make.exe test;