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

14 lines
498 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 $(whoami)
#sudo usermod -a -G clicon www-data
# Build the system docker container (make test may trigger it)
(cd docker/system && make docker)