Add travis support
This commit is contained in:
parent
13221ce579
commit
923cda96ff
|
@ -0,0 +1,9 @@
|
||||||
|
language: c
|
||||||
|
compiler:
|
||||||
|
- gcc
|
||||||
|
|
||||||
|
before-install:
|
||||||
|
- sudo apt-get update
|
||||||
|
install:
|
||||||
|
- sudo apt-get install build-essential libssl-dev flex bison
|
||||||
|
script: "./configure && make"
|
Loading…
Reference in New Issue