You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Test builds only on linux
* linux distro of choice is ubuntu 16.04 (xenial)
* update nginx versions to latest
travis builds use the latest versions for mainline, stable and legacy
releases of nginx
* matrix is now called jobs in travis
* no more sudo
sudo is anyways deprecated. also, travis now offers native directives to
install OS packages; so use those
* name build stages
move away from doing the actual build as a "before install" step. We now
have labelled staged to better understand things
* Move travis env prep to makefile
* be silent in source download and extraction
* migrate travis env prep steps to makefile
* removed reference to outdated cmocka
* use the newer gitlab hosted cmocka
* find the ngx object files just in time
the earlier implementation was building the nginx source files list at
start of build. this will be an empty list in a clean build environment.
hence we need to build this list after completion of the build
0 commit comments