Skip to content

Commit 24b6eb8

Browse files
authored
Merge pull request #979 from raphael-proust/master
Add personal projects to ocaml-ci
2 parents f430058 + 480106f commit 24b6eb8

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

deploy-data/github-organisations.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,3 +104,4 @@ lubegasimon
104104
punchagan
105105
ahrefs
106106
ocaml-semver
107+
raphael-proust

deploy-data/gitlab-organisations.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
talex5
22
tmcgilchrist
33
nomadic-labs
4-
maiste
4+
maiste
5+
raphael-proust

gitlab/pipeline.ml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,16 @@ let gitlab_repos : Gitlab.Repo_id.t list =
9595
Gitlab.Repo_id.name = "tezt";
9696
project_id = 41852995;
9797
};
98+
{
99+
Gitlab.Repo_id.owner = "raphael-proust";
100+
Gitlab.Repo_id.name = "queenshead";
101+
project_id = 50742201;
102+
};
103+
{
104+
Gitlab.Repo_id.owner = "raphael-proust";
105+
Gitlab.Repo_id.name = "entombed";
106+
project_id = 30307357;
107+
};
98108
]
99109

100110
(* Fake Installation module, we don't have this in GitLab. *)

0 commit comments

Comments
 (0)