travis: only container tests
This commit is contained in:
parent
dc173e0b4c
commit
96b7fd7485
2 changed files with 8 additions and 8 deletions
|
|
@ -3,12 +3,12 @@
|
|||
# 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
|
||||
#./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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue