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 b0fa6c0 commit eed560dCopy full SHA for eed560d
.circleci/config.yml
@@ -22,11 +22,7 @@ jobs:
22
DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt-get -y install tzdata
23
apt-get install -y cmake
24
- 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)"
+
30
- run:
31
name: Build and test
32
command: |
Makefile
@@ -22,6 +22,8 @@ nginx:
cd ${NGX_PATH} && rm -rf ${NGX_PATH}/objs/src/core/nginx.o && make
vendor/cmocka:
+ cd /root/project
+ echo "git submodule init && git submodule update"
git submodule init && git submodule update
.cmocka_build: vendor/cmocka
0 commit comments