From c0561bdb3cca58055d8bfe2a9e390909cf16c52e Mon Sep 17 00:00:00 2001 From: nhmall Date: Sat, 18 Jun 2022 13:52:49 -0400 Subject: [PATCH] use the new Makefile target Also, try setting continueOnError: true --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index eaa520500..3458ed3f5 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -52,6 +52,7 @@ strategy: imageName: 'ubuntu-22.04' toolchainName: docs buildTargetName: all + continueOnError: true pool: vmImage: $(imageName) @@ -251,8 +252,7 @@ steps: sudo apt-get install texlive make Guidebook make Guidebook.txt - pdflatex -interaction=nonstopmode -jobname=Guidebook Guidebook.dated.tex - pdflatex -interaction=nonstopmode -jobname=Guidebook Guidebook.dated.tex + make Guidebook.pdf condition: and(eq( variables['Agent.OS'], 'Linux' ), eq( variables.toolchain, 'docs')) workingDirectory: $(Agent.BuildDirectory)/$(netHackPath) displayName: 'Building NetHack documentation'