Compare commits

..

9 commits

Author SHA1 Message Date
Juanjo Gutiérrez
a463fd84a2
More proxy stuff
Some checks failed
continuous-integration/drone/push Build is failing
2025-03-27 08:29:26 +01:00
621b3581a5 Update config generation 2025-03-26 14:33:27 +01:00
092bf2d7d3 Rearrange stuff 2025-03-26 14:33:27 +01:00
60c1cd512f Refactor Spf 2025-03-26 14:33:27 +01:00
d52a64f07d some tests and more preliminary stuff 2025-03-26 14:33:27 +01:00
9cd77421a6 preliminar status, still need to make it work 2025-03-26 14:33:27 +01:00
cc8c9c58dc Remove stats submission
Some checks failed
continuous-integration/drone Build is failing
2025-03-26 14:32:07 +01:00
b5428005b0 Upgrade doxyfile 2025-03-26 14:32:01 +01:00
e2ac9fd1b9 Rewrite of generate_config in python
Some checks failed
continuous-integration/drone Build is failing
2025-03-26 14:24:19 +01:00

View file

@ -15,7 +15,7 @@ steps:
- name: build hermes - name: build hermes
image: alpine image: alpine
commands: commands:
- apk add -t hermes-build-deps --no-cache graphviz doxygen gcc make openssl-dev libspf2-dev cmake g++ sqlite-dev gettext-dev python3 - apk add -t hermes-build-deps --no-cache perl graphviz doxygen gcc make openssl-dev libspf2-dev cmake g++ sqlite-dev gettext-dev
- cmake -B build_dir -D BUILD_DOCS=ON - cmake -B build_dir -D BUILD_DOCS=ON
- cmake --build build_dir - cmake --build build_dir
- name: docker image build - name: docker image build
@ -41,7 +41,7 @@ steps:
- name: build hermes - name: build hermes
image: alpine image: alpine
commands: commands:
- apk add -t hermes-build-deps --no-cache graphviz doxygen gcc make openssl-dev libspf2-dev cmake g++ sqlite-dev gettext-dev python3 - apk add -t hermes-build-deps --no-cache perl graphviz doxygen gcc make openssl-dev libspf2-dev cmake g++ sqlite-dev gettext-dev
- cmake -B build_dir - cmake -B build_dir
- cmake --build build_dir - cmake --build build_dir
- name: docker image build - name: docker image build