mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
set unicode by default
This commit is contained in:
parent
8fde6c207d
commit
60cc9d8182
2 changed files with 2 additions and 3 deletions
|
@ -61,8 +61,8 @@ stages:
|
|||
mkdir api/html/ml
|
||||
ocamldoc -html -d api/html/ml -sort -hide Z3 -I $( ocamlfind query zarith ) -I ../build/api/ml ../build/api/ml/z3enums.mli ../build/api/ml/z3.mli
|
||||
cd ..
|
||||
- script: zip -r api.zip doc/api
|
||||
- script: cp api.zip $(Build.ArtifactStagingDirectory)/.
|
||||
- script: zip -r doc.zip z3doc/api
|
||||
- script: cp z3doc.zip $(Build.ArtifactStagingDirectory)/.
|
||||
- task: PublishPipelineArtifact@0
|
||||
inputs:
|
||||
artifactName: 'UbuntuDoc'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue