From 0eea5c9fc5c064036cf54f833266667ed8e07885 Mon Sep 17 00:00:00 2001 From: Mattes D Date: Sat, 2 Jul 2016 00:17:18 +0200 Subject: CircleCI: Check for missing Bindings dependencies This commit fails the CircleCI tests on purpose, so that we know that the check works. --- circle.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'circle.yml') diff --git a/circle.yml b/circle.yml index 341c87a1d..f13d02ce8 100644 --- a/circle.yml +++ b/circle.yml @@ -8,5 +8,5 @@ dependencies: test: override: - - cd src && find . -name \*.cpp -or -name \*.h > AllFiles.lst - - cd src && lua CheckBasicStyle.lua + - cd src && find . -name \*.cpp -or -name \*.h > AllFiles.lst && lua CheckBasicStyle.lua + - cd src/Bindings && lua CheckBindingsDependencies.lua -- cgit v1.2.3