3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-05-25 19:36:20 +00:00

have nightly generate doc

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2021-01-27 16:01:42 -08:00
parent d08814a1fe
commit 7068ccdebd
2 changed files with 31 additions and 1 deletions

View file

@ -42,7 +42,6 @@ jobs:
- template: scripts/test-z3.yml
- ${{if eq(variables['runRegressions'], 'True')}}:
- template: scripts/test-regressions.yml
- template: scripts/generate-doc.yml
- job: "Ubuntu18Python"
displayName: "Ubuntu 18 with ocaml"
@ -64,6 +63,7 @@ jobs:
cd ..
- template: scripts/test-z3.yml
- template: scripts/test-regressions.yml
- template: scripts/generate-doc.yml
- job: "LinuxMSan"