try native travis test #4

This commit is contained in:
Olof hagsand 2020-11-29 22:56:26 +01:00
parent 731ea9d21f
commit 9c82bbd853

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; make all)
- ./configure --with-restconf=fcgi && make && sudo make install && (cd example; make; sudo make install) && (cd util; make; sudo make install) && (cd test; ./all.sh)
before_script:
- sudo apt-get install -y libfcgi-dev
- sudo apt-get install -y nginx