try native travis test #4
This commit is contained in:
parent
731ea9d21f
commit
9c82bbd853
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue