Download:
child 243:bdfbccd545be
parent 241:21acc0f5719e
242:db8ff6663838
Anton Shestakov <av6@dwimlabs.net>, Sat, 03 Dec 2016 14:17:39 +0800
pipelines: also make sure .coffee files compile to the committed .js files

1 файлов изменено, 3 вставок(+), 0 удалений(-) [+]
bitbucket-pipelines.yml file | annotate | diff | comparison | revisions
--- a/bitbucket-pipelines.yml Sat Dec 03 14:10:06 2016 +0800
+++ b/bitbucket-pipelines.yml Sat Dec 03 14:17:39 2016 +0800
@@ -39,5 +39,8 @@
echo 'Idempotence test failed'; exit 1;
fi
+ - make devel build
+ - test $(HGPLAIN=1 hg d | wc -l) -eq 0
+
- contrib/updatesri.sh *.html
- test $(HGPLAIN=1 hg d | wc -l) -eq 0