diff --git a/.drone.yml b/.drone.yml index 2439693..361e0c1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,6 +16,7 @@ steps: image: hub.codefirst.iut.uca.fr/maxime.batista/codefirst-docdeployer commands: - /entrypoint.sh -l . -t doxygen + - pwd - name: "Tests" image: gcc:latest diff --git a/.gitignore b/.gitignore index 8d114d1..e3f0cc8 100755 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,5 @@ app *.o *.bkp stockage/* -.$* \ No newline at end of file +.$* +html \ No newline at end of file diff --git a/Doxyfile b/Doxyfile index ca66577..c5e7e2d 100644 --- a/Doxyfile +++ b/Doxyfile @@ -864,7 +864,7 @@ WARN_LOGFILE = # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING # Note: If this tag is empty the current directory is searched. -INPUT = /home/UCA/vidufour1/SAE/SAE-1.02-Structure-de-donnees/code +INPUT = /drone/src/code # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses