From da53592b44b98577bcab4a3c4bc5d874d98adb4b Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 8 Sep 2023 06:16:01 +0300 Subject: add ambient-run project Sponsored-by: author --- ci-prod.ick | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/ci-prod.ick b/ci-prod.ick index 47dbae5..eed6a52 100644 --- a/ci-prod.ick +++ b/ci-prod.ick @@ -1091,6 +1091,33 @@ projects: - liw@liw.fi pipelines: *website_pipelines + - project: ambient-run + parameters: + <<: *website_params + workspace_name: ambient-run + sources: + - name: pandoc-plugin + ref: master + location: ikiwiki-pandoc + repo: https://github.com/sciunto-org/ikiwiki-pandoc.git + - name: source + ref: main + location: src + repo: git://git.liw.fi/ambient-web + notify: + - liw@liw.fi + pipelines: *website_pipelines + parameters: + <<: *dummy_program_params + sources: + - name: code + repo: git://git.liw.fi/ambient-run + ref: main + location: src + workspace_name: ambient-run + rsync_target: ickliwfi@http.liw.fi:/srv/http/doc.liw.fi/ambient-run + pipelines: *deb_ci_rustup_with_check_pipelines + pipelines: - pipeline: ikiwiki -- cgit v1.2.1