clixon/test/travis/before_script.sh

5 lines
207 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/clicon/cligen.git
(cd cligen && ./configure && make && sudo make install)