add new stage for the example

This commit is contained in:
weboko 2023-01-27 23:01:01 +01:00
parent 0b7dfa4ae0
commit 0562f0e2fb
No known key found for this signature in database
2 changed files with 3 additions and 1 deletions

View File

@ -18,7 +18,8 @@ jobs:
relay-reactjs-chat,
store-reactjs-chat,
web-chat,
noise-js
noise-js,
noise-rtc
]
runs-on: ubuntu-latest
steps:

1
ci/Jenkinsfile vendored
View File

@ -40,6 +40,7 @@ pipeline {
stage('store-reactjs-chat') { steps { script { buildExample() } } }
stage('web-chat') { steps { script { buildExample() } } }
stage('noise-js') { steps { script { buildExample() } } }
stage('noise-rtc') { steps { script { buildExample() } } }
}
}