Skip to content

Commit 39d542d

Browse files
committed
makefile fix
1 parent eed560d commit 39d542d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
command: |
2929
export NGINX_VERSION=1.18.0
3030
export LD_LIBRARY_PATH=/lib:/usr/lib:/usr/local/lib
31-
make prepare-travis-env nginx test
31+
make prepare-travis-env nginx vendor test
3232
3333
workflows:
3434
version: 2

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ prepare-travis-env:
2121
nginx:
2222
cd ${NGX_PATH} && rm -rf ${NGX_PATH}/objs/src/core/nginx.o && make
2323

24-
vendor/cmocka:
24+
vendor:
2525
cd /root/project
2626
echo "git submodule init && git submodule update"
2727
git submodule init && git submodule update

0 commit comments

Comments
 (0)