From c579751ef62d97923289368293e2ff4dd5d2f5b7 Mon Sep 17 00:00:00 2001 From: Ivan Polyakov Date: Mon, 31 Oct 2022 20:07:06 +0300 Subject: [PATCH] installing mongoose --- .drone.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index fc56f77..5ea177e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,7 +14,9 @@ steps: image: gcc:11-bullseye commands: - apt update -y - - apt install -y libfcgi-dev libfcgi-bin doxygen + - apt install -y libfcgi-dev libfcgi-bin doxygen git + - git clone https://github.com/cesanta/mongoose.git + - cd mongoose && make install && cd .. - make all DEBUG=1 - make docs @@ -58,6 +60,8 @@ steps: commands: - apt update -y - apt install -y libfcgi-dev libfcgi-bin doxygen + - git clone https://github.com/cesanta/mongoose.git + - cd mongoose && make install && cd .. - make all DEBUG=1 - make docs