2014-08-03 05:17:54 +00:00
|
|
|
language: c
|
|
|
|
compiler:
|
|
|
|
- gcc
|
|
|
|
|
|
|
|
before-install:
|
|
|
|
- sudo apt-get update
|
|
|
|
install:
|
2015-02-20 08:33:55 +00:00
|
|
|
- sudo apt-get install build-essential libssl-dev flex bison astyle
|
|
|
|
script: "(cd ./testsuite/astyle && ./check_style.sh) ./configure && make"
|
2015-02-20 08:35:50 +00:00
|
|
|
|
|
|
|
notifications:
|
|
|
|
irc: "irc.yolo-swag.com#elemental-ircd"
|