We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b06cce2 commit 4062452Copy full SHA for 4062452
.travis.yml
@@ -62,8 +62,6 @@ before_script:
62
63
script:
64
- .ci/run-tests.sh
65
- # To make sure we're able to parse/send coverage report
66
- - find . -type f \( -name '*.gcno' -o -name '*.gcda' \) -print
67
68
after_failure:
69
- .ci/after-failure.sh
parser.mk
@@ -53,5 +53,6 @@ $(srcdir)/parser/zephir.c: $(srcdir)/parser/zephir.lemon $(srcdir)/parser/lemon
53
54
# For more see: https://stackoverflow.com/q/49476206
55
.PHONY: patch-libtool
56
-patch-libtool: libtool
+patch-libtool: $(srcdir)/libtool
57
$(AWK) '/case \$$p in/{print;print "\t *.gcno)\n\t ;;";next}1' $^ > $^.tmp && mv $^.tmp $^
58
+ chmod +x $^
0 commit comments