Added make test and travis experiment
This commit is contained in:
parent
14343810ca
commit
10d841f4be
8 changed files with 21 additions and 3 deletions
3
test/travis/before_script.sh
Normal file
3
test/travis/before_script.sh
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
git clone https://github.com/olofhagsand/cligen.git
|
||||
(cd cligen && ./configure && make && sudo make install)
|
||||
Loading…
Add table
Add a link
Reference in a new issue