travis ./start.sh patch
This commit is contained in:
parent
faaf1aad35
commit
84d2efdedc
1 changed files with 1 additions and 1 deletions
|
|
@ -11,6 +11,6 @@ sudo groupadd clicon
|
||||||
sudo usermod -a -G clicon $(whoami)
|
sudo usermod -a -G clicon $(whoami)
|
||||||
sudo usermod -a -G clicon www-data
|
sudo usermod -a -G clicon www-data
|
||||||
# Build and start the system docker container
|
# Build and start the system docker container
|
||||||
(cd docker/system && make docker && start.sh)
|
(cd docker/system && make docker && ./start.sh)
|
||||||
# Run clixon testcases
|
# Run clixon testcases
|
||||||
(cd docker/system && sudo docker exec -it clixon-system bash -c 'cd /clixon/clixon/test; exec ./all.sh')
|
(cd docker/system && sudo docker exec -it clixon-system bash -c 'cd /clixon/clixon/test; exec ./all.sh')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue