diff --git a/.drone.yml b/.drone.yml index 665edc7..e469a83 100644 --- a/.drone.yml +++ b/.drone.yml @@ -22,15 +22,13 @@ steps: - dotnet test QwirkleWithoutMaui.sln --no-restore - name: generate-and-deploy-docs - image: hub.codefirst.iut.uca.fr/maxime.batista/codefirst-docdeployer + image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-docdeployer failure: ignore + volumes: + - name: docs + path: /docs commands: - - ./entrypoint.sh -l /docs -t doxygen - when: - branch: - - master - event: - - push + - /entrypoint.sh - name: code-inspection image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dronesonarplugin-dotnet8 diff --git a/entrypoint.sh b/Documentation/doxygen/Doxyfile similarity index 98% rename from entrypoint.sh rename to Documentation/doxygen/Doxyfile index 8f5d82e..2352bdc 100644 --- a/entrypoint.sh +++ b/Documentation/doxygen/Doxyfile @@ -125,7 +125,7 @@ WARN_LOGFILE = # Configuration options related to the input files #--------------------------------------------------------------------------- -INPUT = ../../Sources +INPUT = ./Qwirkle/QwirkleClassLibrary INPUT_ENCODING = UTF-8 FILE_PATTERNS = *.c \ *.cc \ @@ -223,10 +223,10 @@ GENERATE_HTML = YES HTML_OUTPUT = html HTML_FILE_EXTENSION = .html HTML_HEADER = -HTML_FOOTER = footer.html +HTML_FOOTER = HTML_STYLESHEET = HTML_EXTRA_STYLESHEET = -HTML_EXTRA_FILES = images/CodeFirst.png images/clubinfo.png +HTML_EXTRA_FILES = HTML_COLORSTYLE_HUE = 215 HTML_COLORSTYLE_SAT = 45 HTML_COLORSTYLE_GAMMA = 240