From 23b6b8c168afe9e7e7aff94f8109a5e1c866c315 Mon Sep 17 00:00:00 2001 From: Sasha Date: Wed, 30 Aug 2023 01:27:34 +0200 Subject: [PATCH] add ci steps --- .github/workflows/ci.yml | 1 + ci/Jenkinsfile | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3e6ef5b..e67cec6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,6 +20,7 @@ jobs: web-chat, noise-js, noise-rtc, + relay-chat ] runs-on: ubuntu-latest steps: diff --git a/ci/Jenkinsfile b/ci/Jenkinsfile index 13f104e..891dc78 100644 --- a/ci/Jenkinsfile +++ b/ci/Jenkinsfile @@ -42,6 +42,7 @@ pipeline { stage('web-chat') { steps { script { buildExample() } } } stage('noise-js') { steps { script { buildExample() } } } stage('noise-rtc') { steps { script { buildExample() } } } + stage('relay-chat') { steps { script { buildExample() } } } } }