clixon/test/travis/before_script.sh
2019-02-04 14:38:41 +01:00

5 lines
173 B
Bash
Executable file

#!/bin/sh
# Travis pre-config script.
# Clone and install CLIgen
git clone https://github.com/olofhagsand/cligen.git
(cd cligen && ./configure && make && sudo make install)