mirror of https://gitlab.com/pamhyr/pamhyr2
ci: Disable PDF of user documentations.
parent
89652cc080
commit
1cbdc9deff
|
|
@ -150,23 +150,22 @@ test-pep8:
|
||||||
# BUILD #
|
# BUILD #
|
||||||
#########
|
#########
|
||||||
|
|
||||||
build-users-doc:
|
# build-users-doc:
|
||||||
stage: build
|
# stage: build
|
||||||
tags:
|
# tags:
|
||||||
- linux
|
# - linux
|
||||||
needs:
|
# needs:
|
||||||
- job: set-version
|
# - job: set-version
|
||||||
artifacts: true
|
# artifacts: true
|
||||||
script:
|
# script:
|
||||||
- cd ./doc/users/
|
# - cd ./doc/users/
|
||||||
- ./build.sh
|
# - ./build.sh
|
||||||
artifacts:
|
# artifacts:
|
||||||
paths:
|
# paths:
|
||||||
- doc/users/documentation.pdf
|
# - doc/users/documentation.pdf
|
||||||
- doc/users/documentation.html
|
# - doc/users/documentation.html
|
||||||
- doc/users/images/
|
# - doc/users/images/
|
||||||
allow_failure: true
|
# allow_failure: true
|
||||||
|
|
||||||
|
|
||||||
build-td:
|
build-td:
|
||||||
stage: build
|
stage: build
|
||||||
|
|
@ -233,8 +232,8 @@ build-linux:
|
||||||
artifacts: true
|
artifacts: true
|
||||||
- job: build-developers-doc
|
- job: build-developers-doc
|
||||||
artifacts: true
|
artifacts: true
|
||||||
- job: build-users-doc
|
# - job: build-users-doc
|
||||||
artifacts: true
|
# artifacts: true
|
||||||
- job: build-td
|
- job: build-td
|
||||||
artifacts: true
|
artifacts: true
|
||||||
script:
|
script:
|
||||||
|
|
@ -324,8 +323,8 @@ build-windows:
|
||||||
artifacts: true
|
artifacts: true
|
||||||
- job: build-developers-doc
|
- job: build-developers-doc
|
||||||
artifacts: true
|
artifacts: true
|
||||||
- job: build-users-doc
|
# - job: build-users-doc
|
||||||
artifacts: true
|
# artifacts: true
|
||||||
- job: build-td
|
- job: build-td
|
||||||
artifacts: true
|
artifacts: true
|
||||||
script:
|
script:
|
||||||
|
|
@ -524,8 +523,8 @@ tag-release:
|
||||||
artifacts: true
|
artifacts: true
|
||||||
- job: windows-package-exe
|
- job: windows-package-exe
|
||||||
artifacts: true
|
artifacts: true
|
||||||
- job: build-users-doc
|
# - job: build-users-doc
|
||||||
artifacts: true
|
# artifacts: true
|
||||||
- job: build-developers-doc
|
- job: build-developers-doc
|
||||||
artifacts: true
|
artifacts: true
|
||||||
- job: pkg-hash
|
- job: pkg-hash
|
||||||
|
|
@ -538,7 +537,7 @@ tag-release:
|
||||||
- windows/pamhyr-windows.zip
|
- windows/pamhyr-windows.zip
|
||||||
- windows/pamhyr-windows.exe
|
- windows/pamhyr-windows.exe
|
||||||
- doc/dev/documentation.pdf
|
- doc/dev/documentation.pdf
|
||||||
- doc/users/documentation.pdf
|
# - doc/users/documentation.pdf
|
||||||
script:
|
script:
|
||||||
- cd packages
|
- cd packages
|
||||||
release:
|
release:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue