ICU-20605 travis: make dist

- run 'make dist' after the linux clang build
This commit is contained in:
Steven R. Loomis 2020-03-13 18:32:38 -07:00 committed by Steven R. Loomis
parent cb8e278ee6
commit b1af32bfa7

View File

@ -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