travis set -eux
This commit is contained in:
parent
76474ba151
commit
a337955847
2 changed files with 2 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ sudo nginx -c /etc/nginx/nginx.conf
|
|||
|
||||
# Start clixon
|
||||
sudo useradd -M -U clicon;
|
||||
sudo usermod -a -G clicon $(whoami); # start clixon tests as this users
|
||||
sudo usermod -a -G clicon $(whoami); # start clixon tests as this users (travis)
|
||||
sudo usermod -a -G clicon $wwwuser;
|
||||
|
||||
# This is a clixon site test file.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
set -eux
|
||||
./configure --with-restconf=fcgi
|
||||
make
|
||||
sudo make install
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue