]> Nishi Git Mirror - gwion.git/commitdiff
:wrench: Travis linux/clang test
authorfennecdjay <astor.jeremie@wanadoo.fr>
Thu, 23 May 2019 08:24:49 +0000 (10:24 +0200)
committerfennecdjay <astor.jeremie@wanadoo.fr>
Thu, 23 May 2019 08:24:49 +0000 (10:24 +0200)
.travis.yml

index bddfa72303b416bb1a36feb3a5a53751f8cc929e..73cc20813a1608f316e292ae063054758d564b49 100644 (file)
@@ -57,6 +57,12 @@ 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;