wifictld/.gitlab-ci.yml

21 lines
633 B
YAML

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 /builds/$CI_PROJECT_PATH/.ci/download_sdk.sh
- echo "==== Prepare build_dir ===="
- sh /builds/$CI_PROJECT_PATH/.ci/prepare_build_dir.sh
- echo "==== list all packages ===="
- for PKG in /builds/$CI_PROJECT_PATH/$CI_PROJECT_NAME/* ; do echo $PKG; done
artifacts:
paths: