Skip to content

Commit 2e406af

Browse files
committed
CI cleanup
1 parent e54b026 commit 2e406af

File tree

1 file changed

+1
-41
lines changed

1 file changed

+1
-41
lines changed

.ci.yml

Lines changed: 1 addition & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,3 @@
11
include:
22
- 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

0 commit comments

Comments
 (0)