openwrt-packages/.circleci
Yousong Zhou 6d5e468f2d circleci: skip compiling packages not enabled
E.g. some packages are target, or arch specific, skip compiling them if
they cannot be enabled for current sdk.  This should reduce false
positives for packages like docker-ce etc.

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
(cherry picked from commit 4f3244db40)
2019-11-06 14:26:00 +00:00
..
Dockerfile circleci: Add 19.07 GPG/usign public keys, verify keys 2019-10-25 02:44:25 +02:00
README CircleCI: Do not run build as root. Move to public docker repo. 2018-12-05 15:28:36 -05:00
config.yml circleci: skip compiling packages not enabled 2019-11-06 14:26:00 +00:00

README

# Build/update the docker image

docker pull debian:9
docker build --rm -t docker.io/openwrtorg/packages-cci:latest .
docker tag <IMAGE ID> docker.io/openwrtorg/packages-cci:<VERSION-TAG>
docker push docker.io/openwrtorg/packages-cci