Skip to content

Commit 52579c3

Browse files
turt2liverichvdh
authored andcommitted
Cut out legacy build scripts
1 parent 6c92d41 commit 52579c3

File tree

11 files changed

+3
-1152
lines changed

11 files changed

+3
-1152
lines changed

.buildkite/pipeline.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
steps:
2-
- label: ":books: Build the legacy spec"
2+
- label: ":snake: Build swagger definitions for matrix.org"
33
command:
44
# Install the python dependencies necessary to build the spec
55
- python3 -m venv env && . env/bin/activate

.circleci/config.yml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
genlegacydoc: &genlegacydoc
2-
name: Generate the legacy docs
3-
command: |
4-
source /env/bin/activate
5-
scripts/gendoc.py
6-
71
gendoc: &gendoc
82
name: Generate the docs
93
# Note: Node dependencies are required for the hugo build.
@@ -54,12 +48,6 @@ buildspeculator: &buildspeculator
5448
cd scripts/speculator
5549
go build -v
5650
57-
buildcontinuserv: &buildcontinuserv
58-
name: Build Continuserv
59-
command: |
60-
cd scripts/continuserv
61-
go build -v
62-
6351
version: 2
6452
jobs:
6553
validate-docs:
@@ -74,17 +62,6 @@ jobs:
7462
steps:
7563
- checkout
7664
- run: *checkexamples
77-
build-legacy-docs:
78-
docker:
79-
- image: uhoreg/matrix-doc-build
80-
steps:
81-
- checkout
82-
- run: *genlegacydoc
83-
- store_artifacts:
84-
path: scripts/gen
85-
- run:
86-
name: "Legacy doc build is available at:"
87-
command: DOCS_URL="${CIRCLE_BUILD_URL}/artifacts/${CIRCLE_NODE_INDEX}/${CIRCLE_WORKING_DIRECTORY/#\~/$HOME}/scripts/gen/index.html"; echo $DOCS_URL
8865
build-docs:
8966
docker:
9067
- image: alpine
@@ -121,16 +98,13 @@ jobs:
12198
name: Install Dependencies
12299
command: |
123100
go get -v github.com/hashicorp/golang-lru
124-
go get -v gopkg.in/fsnotify/fsnotify.v1
125-
- run: *buildcontinuserv
126101
- run: *buildspeculator
127102

128103
workflows:
129104
version: 2
130105

131106
build-spec:
132107
jobs:
133-
- build-legacy-docs
134108
- build-docs
135109
- build-swagger
136110
- check-docs

scripts/continuserv/README.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

scripts/continuserv/index.html

Lines changed: 0 additions & 15 deletions
This file was deleted.

scripts/continuserv/main.go

Lines changed: 0 additions & 274 deletions
This file was deleted.

scripts/contrib/shell.nix

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)