travis again
This commit is contained in:
parent
1080ef9d20
commit
0d3321756d
4 changed files with 18 additions and 6 deletions
|
|
@ -5,9 +5,6 @@ arch: amd64
|
|||
branches:
|
||||
only:
|
||||
- master
|
||||
script:
|
||||
- ./configure --with-restconf=fcgi && make && sudo make install && (cd example; make; sudo make install) && (cd util; make; sudo make install) && sudo ldconfig && (cd test; ./all.sh)
|
||||
script: ./test/travis/script.sh
|
||||
before_script:
|
||||
- sudo apt-get install -y libfcgi-dev
|
||||
- sudo apt-get install -y nginx
|
||||
- ./test/travis/before_script.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue