build_and_deploy_website depends on build_and_package_binaries
build_and_deploy_website depended implicitly on build_and_package_binaries. I guess it needs to come after, still (from Tom Jack)
This commit is contained in:
parent
8c6c3c1869
commit
27f99ab120
@ -22,9 +22,13 @@ stages:
|
|||||||
- dist/package/**/*
|
- dist/package/**/*
|
||||||
|
|
||||||
.website_build: &website_build
|
.website_build: &website_build
|
||||||
# To run in sequence and save CPU usage, use stage: build_and_deploy_website
|
stage: build_and_deploy_website
|
||||||
stage: test
|
|
||||||
image: node:8
|
image: node:8
|
||||||
|
dependencies:
|
||||||
|
- build-and-package-debian-9
|
||||||
|
- build-and-package-debian-10
|
||||||
|
- build-and-package-ubuntu-18-04
|
||||||
|
- build-and-package-ubuntu-19-04
|
||||||
before_script:
|
before_script:
|
||||||
- scripts/install_native_dependencies.sh
|
- scripts/install_native_dependencies.sh
|
||||||
- scripts/install_opam.sh # TODO: or scripts/install_build_environment.sh ?
|
- scripts/install_opam.sh # TODO: or scripts/install_build_environment.sh ?
|
||||||
|
Loading…
Reference in New Issue
Block a user