try native travis test

This commit is contained in:
Olof hagsand 2020-11-29 22:33:15 +01:00
parent 19fb063f82
commit bccad164ae
2 changed files with 65 additions and 2 deletions

View file

@ -5,7 +5,7 @@ arch: amd64
branches:
only:
- master
script: ./configure --with-restconf=fcgi && make && sudo make install && make test
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)
before_script:
- sudo apt-get install -y libfcgi-dev
- ./test/travis/before_script.sh