Browse Source

installing mongoose

pull/1/head
Ivan Polyakov 2 years ago
parent
commit
c579751ef6
  1. 6
      .drone.yml

6
.drone.yml

@ -14,7 +14,9 @@ steps: @@ -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: @@ -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

Loading…
Cancel
Save