|
|
@ -14,7 +14,9 @@ steps: |
|
|
|
image: gcc:11-bullseye |
|
|
|
image: gcc:11-bullseye |
|
|
|
commands: |
|
|
|
commands: |
|
|
|
- apt update -y |
|
|
|
- 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 all DEBUG=1 |
|
|
|
- make docs |
|
|
|
- make docs |
|
|
|
|
|
|
|
|
|
|
@ -58,6 +60,8 @@ steps: |
|
|
|
commands: |
|
|
|
commands: |
|
|
|
- apt update -y |
|
|
|
- apt update -y |
|
|
|
- apt install -y libfcgi-dev libfcgi-bin doxygen |
|
|
|
- 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 all DEBUG=1 |
|
|
|
- make docs |
|
|
|
- make docs |
|
|
|
|
|
|
|
|
|
|
|