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
|
2015-02-21 16:17:04 +00:00
|
|
|
script: "(cd ./testsuite/astyle && ./check_style.sh) && ./configure && make"
|