]> granicus.if.org Git - icu/commitdiff
ICU-20605 travis: make dist
authorSteven R. Loomis <srloomis@us.ibm.com>
Sat, 14 Mar 2020 01:32:38 +0000 (18:32 -0700)
committerSteven R. Loomis <srl295@gmail.com>
Tue, 17 Mar 2020 18:37:24 +0000 (11:37 -0700)
- run 'make dist' after the linux clang build

.travis.yml

index 21370d66b663a90f9b4c105d5a6a4ebc591e3532..573cee252f8e311f8abb72b828239bcc4af1eb09 100644 (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