summaryrefslogtreecommitdiffstats
path: root/circle.yml
blob: f13d02ce8076336e869910e3ee56478a67700f31 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# 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:
  - cd src && find . -name \*.cpp -or -name \*.h > AllFiles.lst && lua CheckBasicStyle.lua
  - cd src/Bindings && lua CheckBindingsDependencies.lua