clixon/test/travis/before_script.sh
2019-02-11 16:10:43 +01:00

5 lines
212 B
Bash
Executable file

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