elemental-ircd/.travis.yml

10 lines
221 B
YAML
Raw Normal View History

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"