X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=azure-pipelines.yml;h=cb9ab1ef800d1da1a683ac3e55d8ac3a91259d62;hb=9728ab488ad2fc5e17daba69cbc80ff514f70da8;hp=c329b7218bb361c077bb373d6bb04a3196f17256;hpb=a477abe9e4bdf1dd3627c20b69ed8b51f27c2f81;p=thirdparty%2Fgit.git diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c329b7218b..cb9ab1ef80 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -354,7 +354,7 @@ jobs: test "$GITFILESHAREPWD" = '$(gitfileshare.pwd)' || ci/mount-fileshare.sh //gitfileshare.file.core.windows.net/test-cache gitfileshare "$GITFILESHAREPWD" "$HOME/test-cache" || exit 1 sudo apt-get update && - sudo apt-get install -y coccinelle && + sudo apt-get install -y coccinelle libcurl4-openssl-dev libssl-dev libexpat-dev gettext && export jobname=StaticAnalysis && @@ -374,7 +374,7 @@ jobs: test "$GITFILESHAREPWD" = '$(gitfileshare.pwd)' || ci/mount-fileshare.sh //gitfileshare.file.core.windows.net/test-cache gitfileshare "$GITFILESHAREPWD" "$HOME/test-cache" || exit 1 sudo apt-get update && - sudo apt-get install -y asciidoc xmlto asciidoctor && + sudo apt-get install -y asciidoc xmlto asciidoctor docbook-xsl-ns && export ALREADY_HAVE_ASCIIDOCTOR=yes. && export jobname=Documentation &&