Merge remote-tracking branch 'origin/master'
continuous-integration/drone/push Build is passing Details

test_old_branch
Jules LASCRET 12 months ago
commit cd6e37c8f7

@ -22,15 +22,13 @@ steps:
- dotnet test QwirkleWithoutMaui.sln --no-restore - dotnet test QwirkleWithoutMaui.sln --no-restore
- name: generate-and-deploy-docs - 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 failure: ignore
volumes:
- name: docs
path: /docs
commands: commands:
- ./entrypoint.sh -l /docs -t doxygen - /entrypoint.sh
when:
branch:
- master
event:
- push
- name: code-inspection - name: code-inspection
image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dronesonarplugin-dotnet8 image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dronesonarplugin-dotnet8

@ -125,7 +125,7 @@ WARN_LOGFILE =
# Configuration options related to the input files # Configuration options related to the input files
#--------------------------------------------------------------------------- #---------------------------------------------------------------------------
INPUT = ../../Sources INPUT = ./Qwirkle/QwirkleClassLibrary
INPUT_ENCODING = UTF-8 INPUT_ENCODING = UTF-8
FILE_PATTERNS = *.c \ FILE_PATTERNS = *.c \
*.cc \ *.cc \
@ -223,10 +223,10 @@ GENERATE_HTML = YES
HTML_OUTPUT = html HTML_OUTPUT = html
HTML_FILE_EXTENSION = .html HTML_FILE_EXTENSION = .html
HTML_HEADER = HTML_HEADER =
HTML_FOOTER = footer.html HTML_FOOTER =
HTML_STYLESHEET = HTML_STYLESHEET =
HTML_EXTRA_STYLESHEET = HTML_EXTRA_STYLESHEET =
HTML_EXTRA_FILES = images/CodeFirst.png images/clubinfo.png HTML_EXTRA_FILES =
HTML_COLORSTYLE_HUE = 215 HTML_COLORSTYLE_HUE = 215
HTML_COLORSTYLE_SAT = 45 HTML_COLORSTYLE_SAT = 45
HTML_COLORSTYLE_GAMMA = 240 HTML_COLORSTYLE_GAMMA = 240
Loading…
Cancel
Save