travis again

This commit is contained in:
Olof hagsand 2020-11-30 11:16:53 +01:00
parent f34b61cf6a
commit cdc851e5ce
2 changed files with 7 additions and 5 deletions

View file

@ -5,8 +5,10 @@ sudo make install
(cd example; make; sudo make install)
(cd util; make; sudo make install)
sudo ldconfig
which clixon_backend
sudo clixon_backend
sleep 1
ps aux|grep clixon
(cd test; ./all.sh)
cd test;
./test_api_path.sh
ps aux|grep clixon
./test_augment.sh
ps aux|grep clixon
./all.sh