use the new Makefile target

Also, try setting continueOnError: true
This commit is contained in:
nhmall
2022-06-18 13:52:49 -04:00
parent 1d46fad717
commit c0561bdb3c
+2 -2
View File
@@ -52,6 +52,7 @@ strategy:
imageName: 'ubuntu-22.04' imageName: 'ubuntu-22.04'
toolchainName: docs toolchainName: docs
buildTargetName: all buildTargetName: all
continueOnError: true
pool: pool:
vmImage: $(imageName) vmImage: $(imageName)
@@ -251,8 +252,7 @@ steps:
sudo apt-get install texlive sudo apt-get install texlive
make Guidebook make Guidebook
make Guidebook.txt make Guidebook.txt
pdflatex -interaction=nonstopmode -jobname=Guidebook Guidebook.dated.tex make Guidebook.pdf
pdflatex -interaction=nonstopmode -jobname=Guidebook Guidebook.dated.tex
condition: and(eq( variables['Agent.OS'], 'Linux' ), eq( variables.toolchain, 'docs')) condition: and(eq( variables['Agent.OS'], 'Linux' ), eq( variables.toolchain, 'docs'))
workingDirectory: $(Agent.BuildDirectory)/$(netHackPath) workingDirectory: $(Agent.BuildDirectory)/$(netHackPath)
displayName: 'Building NetHack documentation' displayName: 'Building NetHack documentation'