summaryrefslogtreecommitdiffstats
path: root/coin/instructions/make_documentation.yaml
blob: 73097f4224c4d61ffe91f0e5353b83432a86bd84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
type: Group
enable_if:
  condition: property
  property: features
  contains_value: Documentation
instructions:
  - type: ChangeDirectory
    directory: "{{.BuildDir}}"
  - type: ExecuteCommand
    command: ['make', 'docs']
    userMessageOnFailure: 'Could not build documentation.'
    maxTimeInSeconds: 1200
    maxTimeBetweenOutput: 1200
  - type: UploadArtifact
    archiveDirectory: '{{.BuildDir}}/doc'
    transferType: UploadModuleDocumentation
    maxTimeInSeconds: 1800
    maxTimeBetweenOutput: 1800