language: c compiler: - gcc before-install: - sudo apt-get update install: - sudo apt-get install build-essential libssl-dev flex bison astyle script: "(cd ./testsuite/astyle && ./check_style.sh) && ./configure && make"