Added make test and travis experiment

This commit is contained in:
Olof hagsand 2019-02-04 14:13:20 +01:00
parent 14343810ca
commit 10d841f4be
8 changed files with 21 additions and 3 deletions

View file

@ -0,0 +1,3 @@
#!/bin/sh
git clone https://github.com/olofhagsand/cligen.git
(cd cligen && ./configure && make && sudo make install)