We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eed560d commit 39d542dCopy full SHA for 39d542d
.circleci/config.yml
@@ -28,7 +28,7 @@ jobs:
28
command: |
29
export NGINX_VERSION=1.18.0
30
export LD_LIBRARY_PATH=/lib:/usr/lib:/usr/local/lib
31
- make prepare-travis-env nginx test
+ make prepare-travis-env nginx vendor test
32
33
workflows:
34
version: 2
Makefile
@@ -21,7 +21,7 @@ prepare-travis-env:
21
nginx:
22
cd ${NGX_PATH} && rm -rf ${NGX_PATH}/objs/src/core/nginx.o && make
23
24
-vendor/cmocka:
+vendor:
25
cd /root/project
26
echo "git submodule init && git submodule update"
27
git submodule init && git submodule update
0 commit comments