mirror of
https://github.com/kdave/btrfs-progs
synced 2025-02-26 06:50:46 +00:00
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:
parent
adeeb80dfe
commit
3886c81fb5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user