Add travis tests for astyle
This commit is contained in:
parent
9b969de641
commit
2c0ee6900c
|
@ -5,5 +5,5 @@ compiler:
|
||||||
before-install:
|
before-install:
|
||||||
- sudo apt-get update
|
- sudo apt-get update
|
||||||
install:
|
install:
|
||||||
- sudo apt-get install build-essential libssl-dev flex bison
|
- sudo apt-get install build-essential libssl-dev flex bison astyle
|
||||||
script: "./configure && make"
|
script: "(cd ./testsuite/astyle && ./check_style.sh) ./configure && make"
|
||||||
|
|
Loading…
Reference in New Issue