]> git.r.bdr.sh - rbdr/lyricli/blame - .gitlab-ci.yml
Removing build because no Scripting bridge :()
[rbdr/lyricli] / .gitlab-ci.yml
CommitLineData
6a628388 1image: lyriclitest/swift:5.0.1
3f746cc0
BB
2
3stages:
4 - lint
3f746cc0
BB
5 - document
6 - deploy
7
8cache:
9 key: ${CI_COMMIT_REF_SLUG}-${CI_COMMIT_SHA}
10 paths:
11 - .build/
12
3f746cc0
BB
13lint:
14 stage: lint
15 script:
16 - make lint
17
3f746cc0
BB
18document:
19 stage: document
20 script:
21 - make document
22 artifacts:
23 paths:
24 - docs
25
26pages:
27 stage: deploy
28 script:
29 - mv docs public
30 artifacts:
31 paths:
32 - public