Loading docs/report-pandoc.yml +7 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,13 @@ variables: sourcecodepro titling koma-script lineno hardwrap catchfile PANDOC_EXTRA_PACKAGES: "" # List the packages your document needs: https://www.ctan.org/pkg docs:pandoc-from-template:DEPRECATED: stage: .pre script: - echo "The docs:pandoc-from-template is no longer maintained." - exit 1 allow_failure: true docs:pandoc-from-template: image: name: docker.io/pandoc/latex:latest Loading python/deployment/pyinstaller.yml +2 −1 Original line number Diff line number Diff line Loading @@ -77,7 +77,8 @@ python:pyinstaller:linux: if command -v apk > /dev/null; then apk add -q binutils upx elif command -v apt-get > /dev/null;then apt-get update -qq && apt-get install -qqy binutils upx echo "deb http://deb.debian.org/debian/ bullseye main" >> /etc/apt/sources.list apt-get update -qq && apt-get install -qqy binutils && apt-get install -qqy -t bullseye upx else echo "[!] Can't install binutils and upx because neither apk nor apt-get is available. The job will probably fail." fi Loading tests/jobs/docs.yml +4 −4 Original line number Diff line number Diff line Loading @@ -3,11 +3,11 @@ include: - local: project-automation/workflow.yml - local: docs/md-presentation.yml - local: docs/latex.yml - local: docs/report-pandoc.yml # - local: docs/report-pandoc.yml # Deprecated docs:pandoc-from-template: variables: SOURCE_DIR: tests/mockup_projects/docs/pandoc # docs:pandoc-from-template: # variables: # SOURCE_DIR: tests/mockup_projects/docs/pandoc docs:latex: variables: Loading Loading
docs/report-pandoc.yml +7 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,13 @@ variables: sourcecodepro titling koma-script lineno hardwrap catchfile PANDOC_EXTRA_PACKAGES: "" # List the packages your document needs: https://www.ctan.org/pkg docs:pandoc-from-template:DEPRECATED: stage: .pre script: - echo "The docs:pandoc-from-template is no longer maintained." - exit 1 allow_failure: true docs:pandoc-from-template: image: name: docker.io/pandoc/latex:latest Loading
python/deployment/pyinstaller.yml +2 −1 Original line number Diff line number Diff line Loading @@ -77,7 +77,8 @@ python:pyinstaller:linux: if command -v apk > /dev/null; then apk add -q binutils upx elif command -v apt-get > /dev/null;then apt-get update -qq && apt-get install -qqy binutils upx echo "deb http://deb.debian.org/debian/ bullseye main" >> /etc/apt/sources.list apt-get update -qq && apt-get install -qqy binutils && apt-get install -qqy -t bullseye upx else echo "[!] Can't install binutils and upx because neither apk nor apt-get is available. The job will probably fail." fi Loading
tests/jobs/docs.yml +4 −4 Original line number Diff line number Diff line Loading @@ -3,11 +3,11 @@ include: - local: project-automation/workflow.yml - local: docs/md-presentation.yml - local: docs/latex.yml - local: docs/report-pandoc.yml # - local: docs/report-pandoc.yml # Deprecated docs:pandoc-from-template: variables: SOURCE_DIR: tests/mockup_projects/docs/pandoc # docs:pandoc-from-template: # variables: # SOURCE_DIR: tests/mockup_projects/docs/pandoc docs:latex: variables: Loading