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