mirror of https://github.com/openwrt/docker.git
28 lines
601 B
YAML
28 lines
601 B
YAML
include:
|
|
- local: .gitlab/ci/base.yml
|
|
- local: .gitlab/ci/deploy.yml
|
|
- local: .gitlab/ci/imagebuilder.yml
|
|
- local: .gitlab/ci/sdk.yml
|
|
- local: .gitlab/ci/rootfs.yml
|
|
- local: .gitlab/ci/targets_rootfs.yml
|
|
- remote: https://gitlab.com/ynezz/openwrt-ci/raw/master/openwrt-ci/gitlab/main.yml
|
|
|
|
stages:
|
|
- pre-build
|
|
- build-work-containers
|
|
- build
|
|
- test
|
|
- generate_targets
|
|
- deploy
|
|
|
|
build deploy container:
|
|
extends: .build-deploy-container
|
|
|
|
build base container:
|
|
extends: .build-base-container
|
|
|
|
check scripts with shellcheck:
|
|
stage: pre-build
|
|
extends: .openwrt-shellcheck
|
|
|