File tree Expand file tree Collapse file tree 1 file changed +1
-41
lines changed Expand file tree Collapse file tree 1 file changed +1
-41
lines changed Original file line number Diff line number Diff line change 1
1
include :
2
2
- project : repositories/chipsalliance-ci-scripts
3
- file : i3c-core.yaml
4
-
5
- stages :
6
- - prebuild
7
- - build
8
- - deploy
9
-
10
- build_docs :
11
- stage : build
12
- variables :
13
- GIT_SUBMODULE_STRATEGY : normal
14
- image : debian:bookworm
15
- before_script :
16
- - apt-get update
17
- - apt-get install python3-venv python3-pip python3 -y
18
- - cd docs/
19
- - python3 -m venv .venv/
20
- - source .venv/bin/activate
21
- - pip3 install -r requirements.txt
22
- script :
23
- - cd docs/
24
- - source .venv/bin/activate
25
- - make html
26
- - tar cf $CI_DOCS_ARCHIVE -C build/html/ .
27
- - mv $CI_DOCS_ARCHIVE build ..
28
- artifacts :
29
- paths :
30
- - build
31
- - $CI_DOCS_ARCHIVE
32
-
33
- deploy :
34
- image : $CI_DOCS_DOCKER_IMAGE
35
- dependencies : [build_docs]
36
- stage : deploy
37
- tags : [docs]
38
- variables :
39
- GIT_STRATEGY : none
40
- script : echo 'Deploying docs'
41
- artifacts :
42
- paths :
43
- - $CI_DOCS_ARCHIVE
3
+ file : i3c-core.yaml
You can’t perform that action at this time.
0 commit comments