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