travis libfcgi-dev

This commit is contained in:
Olof hagsand 2019-02-04 14:31:46 +01:00
parent a13c8abd5f
commit 2a2785090b

View file

@ -1,3 +1,7 @@
#!/bin/sh
# Run this as before_script in the travis file
apt-get update && apt-get install -y \
libfcgi-dev
git clone https://github.com/olofhagsand/cligen.git
(cd cligen && ./configure && make && sudo make install)