]> git.ipfire.org Git - thirdparty/git.git/blobdiff - ci/install-dependencies.sh
ci: fix GCC install in the Travis CI GCC OSX job
[thirdparty/git.git] / ci / install-dependencies.sh
index 8cc72503cb768573bc6d284eb57910ba6ca5a5cb..b54ccb4b52da536afb4b6ebf6858864c37eaae8a 100755 (executable)
@@ -43,17 +43,19 @@ osx-clang|osx-gcc)
        brew install caskroom/cask/perforce
        case "$jobname" in
        osx-gcc)
+               brew link gcc ||
                brew link gcc@8
                ;;
        esac
        ;;
 StaticAnalysis)
        sudo apt-get -q update
-       sudo apt-get -q -y install coccinelle
+       sudo apt-get -q -y install coccinelle libcurl4-openssl-dev libssl-dev \
+               libexpat-dev gettext
        ;;
 Documentation)
        sudo apt-get -q update
-       sudo apt-get -q -y install asciidoc xmlto
+       sudo apt-get -q -y install asciidoc xmlto docbook-xsl-ns
 
        test -n "$ALREADY_HAVE_ASCIIDOCTOR" ||
        gem install --version 1.5.8 asciidoctor