summaryrefslogtreecommitdiffstats
path: root/circle.yml
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2016-07-02 00:17:18 +0200
committerMattes D <github@xoft.cz>2016-07-02 00:30:22 +0200
commit0eea5c9fc5c064036cf54f833266667ed8e07885 (patch)
tree24c6c10c53303c6a8da0890f5a0d33199bdf8c07 /circle.yml
parentMerge pull request #3246 from cuberite/revert_redstone_handler (diff)
downloadcuberite-0eea5c9fc5c064036cf54f833266667ed8e07885.tar
cuberite-0eea5c9fc5c064036cf54f833266667ed8e07885.tar.gz
cuberite-0eea5c9fc5c064036cf54f833266667ed8e07885.tar.bz2
cuberite-0eea5c9fc5c064036cf54f833266667ed8e07885.tar.lz
cuberite-0eea5c9fc5c064036cf54f833266667ed8e07885.tar.xz
cuberite-0eea5c9fc5c064036cf54f833266667ed8e07885.tar.zst
cuberite-0eea5c9fc5c064036cf54f833266667ed8e07885.zip
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml4
1 files changed, 2 insertions, 2 deletions
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