add ci steps

This commit is contained in:
Sasha 2023-08-30 01:27:34 +02:00
parent e9118cdd1e
commit 23b6b8c168
No known key found for this signature in database
2 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,7 @@ jobs:
web-chat,
noise-js,
noise-rtc,
relay-chat
]
runs-on: ubuntu-latest
steps:

1
ci/Jenkinsfile vendored
View File

@ -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() } } }
}
}