wifictld/.gitlab-ci.yml

22 lines
558 B
YAML
Raw Normal View History

2019-02-26 12:11:03 +01:00
image: openwrtorg/packages-cci
variables:
SDK_HOST: "downloads.openwrt.org"
SDK_PATH: "snapshots/targets/ar71xx/generic"
SDK_FILE: "openwrt-sdk-ar71xx-generic_*.Linux-x86_64.tar.xz"
stages:
- compile
compile:
stage: compile
script:
- echo "==== Download the SDK ===="
- sh .ci/download_sdk.sh
- echo "==== Prepare build_dir ===="
- sh .ci/prepare_build_dir.sh
- echo "==== build packages ===="
- sh .ci/build_pkgs.sh
artifacts:
paths:
- build_dir/bin/packages