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
|
# Start clixon
|
||||||
sudo useradd -M -U clicon;
|
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;
|
sudo usermod -a -G clicon $wwwuser;
|
||||||
|
|
||||||
# This is a clixon site test file.
|
# This is a clixon site test file.
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
set -eux
|
||||||
./configure --with-restconf=fcgi
|
./configure --with-restconf=fcgi
|
||||||
make
|
make
|
||||||
sudo make install
|
sudo make install
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue