mirror of
				https://github.com/Z3Prover/z3
				synced 2025-10-30 19:22:28 +00:00 
			
		
		
		
	have nightly generate doc
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
		
							parent
							
								
									909257f856
								
							
						
					
					
						commit
						d08814a1fe
					
				
					 1 changed files with 4 additions and 0 deletions
				
			
		|  | @ -28,11 +28,15 @@ stages: | ||||||
|     - script: git clone https://github.com/z3prover/z3test z3test |     - script: git clone https://github.com/z3prover/z3test z3test | ||||||
|     - script: python z3test/scripts/test_benchmarks.py build-dist/z3 z3test/regressions/smt2     |     - script: python z3test/scripts/test_benchmarks.py build-dist/z3 z3test/regressions/smt2     | ||||||
|     - script: cp dist/*.zip $(Build.ArtifactStagingDirectory)/. |     - script: cp dist/*.zip $(Build.ArtifactStagingDirectory)/. | ||||||
|  |     - template: scripts/generate-doc.yml | ||||||
|  |     - script: zip api.zip doc/api/.  | ||||||
|  |     - script: cp api.zip $(Build.ArtifactStagingDirectory)/. | ||||||
|     - task: PublishPipelineArtifact@0 |     - task: PublishPipelineArtifact@0 | ||||||
|       inputs: |       inputs: | ||||||
|         artifactName: 'Ubuntu' |         artifactName: 'Ubuntu' | ||||||
|         targetPath: $(Build.ArtifactStagingDirectory) |         targetPath: $(Build.ArtifactStagingDirectory) | ||||||
| 
 | 
 | ||||||
|  | 
 | ||||||
|   - job: Manylinux |   - job: Manylinux | ||||||
|     displayName: "Manylinux build" |     displayName: "Manylinux build" | ||||||
|     pool: |     pool: | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue