From 37af411d9b337a4f8ee6bbead80bc531eb9ea7b9 Mon Sep 17 00:00:00 2001 From: Sasha Date: Wed, 14 Feb 2024 01:34:36 +0100 Subject: [PATCH] update ci --- .github/workflows/ci.yml | 4 +++- ci/Jenkinsfile | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 848cd91..99686c9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,9 @@ jobs: web-chat, noise-js, noise-rtc, - relay-direct-rtc + relay-direct-rtc, + rln-js, + rln-identity ] runs-on: ubuntu-latest steps: diff --git a/ci/Jenkinsfile b/ci/Jenkinsfile index 684c2ae..594e1ef 100644 --- a/ci/Jenkinsfile +++ b/ci/Jenkinsfile @@ -40,6 +40,8 @@ pipeline { stage('noise-js') { steps { script { buildExample() } } } stage('noise-rtc') { steps { script { buildExample() } } } stage('relay-direct-rtc') { steps { script { buildExample() } } } + stage('rln-js') { steps { script { buildExample() } } } + stage('rln-identity') { steps { script { buildExample() } } } } }