mirror of
https://github.com/kdave/btrfs-progs
synced 2025-01-21 21:12:55 +00:00
btrfs-progs: ci: enable clang and python for musl build test
The updated image now provides clang, so the variable is exported from the base environment to docker. And we have python too. Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
58720c6441
commit
58b5610845
@ -72,7 +72,7 @@ addons:
|
||||
|
||||
script:
|
||||
# quick build tests
|
||||
- "if travis/should-run-test; then docker run -it kdave/ci-musl-x86_64 ./test-build $TRAVIS_BRANCH --disable-documentation --disable-backtrace --disable-python; fi"
|
||||
- "if travis/should-run-test; then docker run -it --env CC=$CC kdave/ci-musl-x86_64 ./test-build $TRAVIS_BRANCH --disable-documentation --disable-backtrace; fi"
|
||||
# real tests
|
||||
- "if travis/should-run-test; then make TEST_LOG=dump test-cli; fi"
|
||||
- "if travis/should-run-test; then make TEST_LOG=dump test-mkfs; fi"
|
||||
|
Loading…
Reference in New Issue
Block a user