docker/.gitlab-ci.yml

22 lines
467 B
YAML

variables:
BRANCH: master
include:
- local: .gitlab/ci/base.yml
- local: .gitlab/ci/imagebuilder.yml
- local: .gitlab/ci/sdk.yml
- local: .gitlab/ci/rootfs.yml
- local: .gitlab/ci/targets.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
- test
- deploy
check scripts with shellcheck:
stage: pre-build
extends: .openwrt-shellcheck