Travis test scripts

This commit is contained in:
Olof hagsand 2019-02-04 16:44:15 +01:00
parent 6ff422064b
commit d0182e98ca
3 changed files with 20 additions and 0 deletions

View file

@ -6,3 +6,5 @@ git clone https://github.com/olofhagsand/cligen.git
./configure && make && sudo make install
sudo /sbin/ldconfig
sudo make install-include
(cd example && make && sudo make install)