2015-09-17 05:20:10 -04:00
|
|
|
# This is the YML file that governs the CI builds at CircleCI.com
|
|
|
|
# The CI is used only for style-checking at this moment.
|
|
|
|
|
|
|
|
|
|
|
|
dependencies:
|
|
|
|
pre:
|
|
|
|
- sudo apt-get install lua5.1
|
|
|
|
|
|
|
|
test:
|
|
|
|
override:
|
2016-07-01 18:17:18 -04:00
|
|
|
- cd src && find . -name \*.cpp -or -name \*.h > AllFiles.lst && lua CheckBasicStyle.lua
|
|
|
|
- cd src/Bindings && lua CheckBindingsDependencies.lua
|