btrfs-progs: ci: add docker build and run script

Add scripts to build and run the musl image, no runtime tests, we want
to verify just the build.

Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
David Sterba 2021-05-04 00:09:26 +02:00
parent adeeb80dfe
commit 3886c81fb5

View File

@ -8,4 +8,11 @@ RUN apk add attr-dev acl-dev e2fsprogs-dev zlib-dev lzo-dev zstd-dev
RUN apk add autoconf automake make gcc tar gzip clang
RUN apk add python3 py3-setuptools python3-dev
# For downloading fresh sources
RUN apk add wget
# Only build tests
COPY ./test-build .
COPY ./devel.tar.gz .
CMD ./test-build devel --disable-documentation --disable-backtrace