Skip to content

Commit eed560d

Browse files
committed
makefile fix
1 parent b0fa6c0 commit eed560d

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.circleci/config.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,7 @@ jobs:
2222
DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt-get -y install tzdata
2323
apt-get install -y cmake
2424
- checkout
25-
# - run:
26-
# name : check out nginx
27-
# command : |
28-
# echo "The code is in $(pwd)"
29-
# echo "The code is in $(ls -la)"
25+
3026
- run:
3127
name: Build and test
3228
command: |

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ nginx:
2222
cd ${NGX_PATH} && rm -rf ${NGX_PATH}/objs/src/core/nginx.o && make
2323

2424
vendor/cmocka:
25+
cd /root/project
26+
echo "git submodule init && git submodule update"
2527
git submodule init && git submodule update
2628

2729
.cmocka_build: vendor/cmocka

0 commit comments

Comments
 (0)