try native travis test #6

This commit is contained in:
Olof hagsand 2020-11-29 23:18:59 +01:00
parent 993c5efe87
commit 3bbdc3cac8

View file

@ -6,7 +6,7 @@ branches:
only:
- master
script:
- ./configure --with-restconf=fcgi && make && sudo make install && (cd example; make; sudo make install) && (cd util; make; sudo make install) && (cd test; ./all.sh)
- ./configure --with-restconf=fcgi && make && sudo make install && (cd example; make; sudo make install) && (cd util; make; sudo make install) && sudo ldconfig && (cd test; ./all.sh)
before_script:
- sudo apt-get install -y libfcgi-dev
- sudo apt-get install -y nginx