try native travis test #3

This commit is contained in:
Olof hagsand 2020-11-29 22:51:55 +01:00
parent b8f987e3f3
commit 731ea9d21f

View file

@ -8,6 +8,6 @@ branches:
script: 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; make all)
before_script: before_script:
- sudo apt install -y libfcgi-dev - sudo apt-get install -y libfcgi-dev
- sudo apt install -y nginx - sudo apt-get install -y nginx
- - ./test/travis/before_script.sh - ./test/travis/before_script.sh