Compare commits

..

9 commits

Author SHA1 Message Date
Juanjo Gutiérrez
3c8bd791e6
More proxy stuff
Some checks failed
continuous-integration/drone/push Build is failing
2025-03-27 14:29:41 +01:00
b05c4ad5d9
Update config generation 2025-03-27 14:29:41 +01:00
d7e2aee3a3
Rearrange stuff 2025-03-27 14:29:41 +01:00
518f578298
Refactor Spf 2025-03-27 14:29:41 +01:00
49f3fd3a6b
some tests and more preliminary stuff 2025-03-27 14:29:41 +01:00
d2a90e4cd1
preliminar status, still need to make it work 2025-03-27 14:29:41 +01:00
cb2752889f Remove stats submission
All checks were successful
continuous-integration/drone Build is passing
2025-03-26 14:40:00 +01:00
b219eabe99 Upgrade doxyfile 2025-03-26 14:40:00 +01:00
25dc10cbfd Rewrite of generate_config in python 2025-03-26 14:40:00 +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 perl graphviz doxygen gcc make openssl-dev libspf2-dev cmake g++ sqlite-dev gettext-dev - apk add -t hermes-build-deps --no-cache graphviz doxygen gcc make openssl-dev libspf2-dev cmake g++ sqlite-dev gettext-dev python3
- 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 perl graphviz doxygen gcc make openssl-dev libspf2-dev cmake g++ sqlite-dev gettext-dev - apk add -t hermes-build-deps --no-cache graphviz doxygen gcc make openssl-dev libspf2-dev cmake g++ sqlite-dev gettext-dev python3
- cmake -B build_dir - cmake -B build_dir
- cmake --build build_dir - cmake --build build_dir
- name: docker image build - name: docker image build