mirror of
https://github.com/eth-p/bat-extras.git
synced 2025-02-09 13:49:13 +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:
|
||||
type: string
|
||||
default: "lib"
|
||||
manuals:
|
||||
type: string
|
||||
default: "false"
|
||||
steps:
|
||||
- run:
|
||||
name: "Build"
|
||||
command: ./build.sh --minify=<<parameters.minify>> --no-verify
|
||||
command: ./build.sh --minify=<<parameters.minify>> --manuals=<<parameters.manuals>> --no-verify
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@ -46,11 +49,12 @@ jobs:
|
||||
steps:
|
||||
- setup
|
||||
- checkout
|
||||
- run:
|
||||
name: "Build Manuals"
|
||||
command: ./build.sh --no-verify --manuals
|
||||
- build:
|
||||
minify: "all"
|
||||
manuals: "true"
|
||||
- build:
|
||||
minify: "all"
|
||||
manuals: "true"
|
||||
- store_artifacts:
|
||||
path: bin
|
||||
- store_artifacts:
|
||||
|
Loading…
Reference in New Issue
Block a user