clixon/test/travis/before_script.sh
Olof hagsand 9eeafbc2ac groupadd
2019-02-04 16:49:28 +01:00

11 lines
354 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)
./configure && make && sudo make install
sudo /sbin/ldconfig
sudo make install-include
(cd example && make && sudo make install)
sudo groupadd clicon
sudo usermod -a -G clicon user