mirror of
https://github.com/eth-p/bat-extras.git
synced 2025-02-10 14:19:14 +01:00
ci: Only build manuals for the build job
This commit is contained in:
parent
5f88acd1f4
commit
fa311d5119
@ -35,10 +35,13 @@ commands:
|
|||||||
minify:
|
minify:
|
||||||
type: string
|
type: string
|
||||||
default: "lib"
|
default: "lib"
|
||||||
|
manuals:
|
||||||
|
type: string
|
||||||
|
default: "false"
|
||||||
steps:
|
steps:
|
||||||
- run:
|
- run:
|
||||||
name: "Build"
|
name: "Build"
|
||||||
command: ./build.sh --minify=<<parameters.minify>> --no-verify
|
command: ./build.sh --minify=<<parameters.minify>> --manuals=<<parameters.manuals>> --no-verify
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@ -46,11 +49,12 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- setup
|
- setup
|
||||||
- checkout
|
- checkout
|
||||||
- run:
|
|
||||||
name: "Build Manuals"
|
|
||||||
command: ./build.sh --no-verify --manuals
|
|
||||||
- build:
|
- build:
|
||||||
minify: "all"
|
minify: "all"
|
||||||
|
manuals: "true"
|
||||||
|
- build:
|
||||||
|
minify: "all"
|
||||||
|
manuals: "true"
|
||||||
- store_artifacts:
|
- store_artifacts:
|
||||||
path: bin
|
path: bin
|
||||||
- store_artifacts:
|
- store_artifacts:
|
||||||
|
Loading…
Reference in New Issue
Block a user