247a821564
* adds support for `--psol-from-source` so you don't need binary modules, and `--devel` so you can run our tests without going and getting all our dependencies * adds submodules for testing: mod_pagespeed, ngx_cache_purge etc * adds support for running as: ``` git clone git@github.com:pagespeed/ngx_pagespeed.git cd ngx_pagespeed/ git checkout <branch> scripts/build_ngx_pagespeed.sh [options] ``` * depends on the scripts @hillsp is working on so that we can just check out mod_pagespeed and ask it to build and rebuild itself * adds colors to output to make it easier to read
19 lines
896 B
Plaintext
19 lines
896 B
Plaintext
[submodule "testing-dependencies/mod_pagespeed"]
|
|
path = testing-dependencies/mod_pagespeed
|
|
url = https://github.com/pagespeed/mod_pagespeed.git
|
|
[submodule "testing-dependencies/ngx_cache_purge"]
|
|
path = testing-dependencies/ngx_cache_purge
|
|
url = https://github.com/FRiCKLE/ngx_cache_purge.git
|
|
[submodule "testing-dependencies/nginx"]
|
|
path = testing-dependencies/nginx
|
|
url = https://github.com/nginx/nginx.git
|
|
[submodule "testing-dependencies/set-misc-nginx-module"]
|
|
path = testing-dependencies/set-misc-nginx-module
|
|
url = https://github.com/openresty/set-misc-nginx-module
|
|
[submodule "testing-dependencies/ngx_devel_kit"]
|
|
path = testing-dependencies/ngx_devel_kit
|
|
url = https://github.com/simpl/ngx_devel_kit
|
|
[submodule "testing-dependencies/headers-more-nginx-module"]
|
|
path = testing-dependencies/headers-more-nginx-module
|
|
url = https://github.com/openresty/headers-more-nginx-module
|