This automatically performs formal checks and also checks and compiles the packages. The resulting packages are then stored as artifacts and easily testable on running machines. Signed-off-by: Paul Spooren <mail@aparcar.org>
6 lines
234 B
Text
6 lines
234 B
Text
# 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
|