From: Steven R. Loomis Date: Sat, 14 Mar 2020 01:32:38 +0000 (-0700) Subject: ICU-20605 travis: make dist X-Git-Tag: release-67-rc~50 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b1af32bfa75e368943f8cca49b99eb4b1133866a;p=icu ICU-20605 travis: make dist - run 'make dist' after the linux clang build --- diff --git a/.travis.yml b/.travis.yml index 21370d66b66..573cee252f8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -79,6 +79,8 @@ matrix: - CFLAGS="-Wimplicit-fallthrough" - CXXFLAGS="-Wimplicit-fallthrough" compiler: clang + before_install: + - sudo apt-get -y install doxygen # for make dist before_script: - cd icu4c/source - ./runConfigureICU Linux @@ -87,6 +89,7 @@ matrix: - make -j2 check - ( cd test/depstest && python3 depstest.py ../../../source/ ) - ( cd .. && source/test/hdrtst/testtagsguards.sh ) + - make dist # not sure if this is -j safe everywhere. - name: "c: osx clang" language: cpp