forked from vieter-v/vieter
chore: generate man pages using debug build
parent
4ca2521937
commit
4ed4ef4a27
|
@ -8,15 +8,21 @@ branches:
|
||||||
depends_on:
|
depends_on:
|
||||||
- build
|
- build
|
||||||
|
|
||||||
skip_clone: true
|
|
||||||
|
|
||||||
pipeline:
|
pipeline:
|
||||||
generate:
|
install-modules:
|
||||||
image: *vlang_image
|
image: *vlang_image
|
||||||
pull: true
|
pull: true
|
||||||
commands:
|
commands:
|
||||||
- curl -o vieter -L "https://s3.rustybever.be/vieter/commits/$CI_COMMIT_SHA/vieter-linux-amd64"
|
- export VMODULES=$PWD/.vmodules
|
||||||
- chmod +x vieter
|
- 'cd src && v install'
|
||||||
|
|
||||||
|
generate:
|
||||||
|
image: *vlang_image
|
||||||
|
commands:
|
||||||
|
# - curl -o vieter -L "https://s3.rustybever.be/vieter/commits/$CI_COMMIT_SHA/vieter-linux-amd64"
|
||||||
|
# - chmod +x vieter
|
||||||
|
- export VMODULES=$PWD/.vmodules
|
||||||
|
- make
|
||||||
- ./vieter man man
|
- ./vieter man man
|
||||||
- cd man
|
- cd man
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue