File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change 1
1
sudo : required
2
- dist : bionic
2
+ dist : focal
3
+
4
+ branches :
5
+ only :
6
+ - " master"
3
7
4
8
os : linux
5
9
20
24
- NGX_BUILD_JOBS=$JOBS
21
25
- TEST_NGINX_SLEEP=0.006
22
26
matrix :
23
- - NGINX_VERSION=1.17.8
24
- - NGINX_VERSION=1.19.9
27
+ - NGINX_VERSION=1.25.3
28
+ # - NGINX_VERSION=1.21.4
25
29
26
30
addons :
27
31
apt :
42
46
- download-cache
43
47
44
48
install :
45
- - git clone https://github.com/openresty/nginx -devel-utils.git
49
+ - git clone https://github.com/openresty/openresty -devel-utils.git
46
50
- git clone https://github.com/openresty/openresty.git ../openresty
47
51
- git clone https://github.com/openresty/no-pool-nginx.git ../no-pool-nginx
48
52
- git clone https://github.com/simpl/ngx_devel_kit.git ../ndk-nginx-module
@@ -57,7 +61,7 @@ script:
57
61
- make -j$JOBS CCDEBUG=-g Q= PREFIX=$LUAJIT_PREFIX CC=$CC XCFLAGS='-DLUA_USE_APICHECK -DLUA_USE_ASSERT' > build.log 2>&1 || (cat build.log && exit 1)
58
62
- sudo make install PREFIX=$LUAJIT_PREFIX > build.log 2>&1 || (cat build.log && exit 1)
59
63
- cd ../test-nginx && sudo cpanm . && cd ..
60
- - export PATH=$PWD/work/nginx/sbin:$PWD/nginx -devel-utils:$PATH
64
+ - export PATH=$PWD/work/nginx/sbin:$PWD/openresty -devel-utils:$PATH
61
65
- export NGX_BUILD_CC=$CC
62
66
- sh util/build.sh $NGINX_VERSION > build.log 2>&1 || (cat build.log && exit 1)
63
67
- nginx -V
You can’t perform that action at this time.
0 commit comments