1
0

Added CircleCI for stylechecking.

This will allow us to remove the stylecheck from Travis builds, making them a bit faster, and having fast style checks
This commit is contained in:
Mattes D
2015-09-17 11:20:10 +02:00
parent d041057da2
commit 9871c0b073
11 changed files with 69 additions and 523 deletions

12
circle.yml Normal file
View File

@@ -0,0 +1,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
- cd src && lua CheckBasicStyle.lua