From: David Sterba Date: Tue, 27 Feb 2018 16:08:30 +0000 (+0100) Subject: btrfs-progs: ci: enable clang and python for musl build test X-Git-Tag: upstream/4.16.1~84 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fupstream%2Fbtrfs-progs.git;a=commitdiff_plain;h=58b5610845a7a0578b7af1a1161ae4b4b3383aac 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 --- diff --git a/.travis.yml b/.travis.yml index 8883b3d..a9953bb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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"