try native travis test
This commit is contained in:
parent
19fb063f82
commit
bccad164ae
2 changed files with 65 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue