mirror of
https://github.com/donl/plivo-node.git
synced 2026-05-25 14:22:32 -06:00
ci
This commit is contained in:
parent
ccb8200d7c
commit
5cdc8b1d39
2 changed files with 12 additions and 0 deletions
7
Jenkinsfile
vendored
Normal file
7
Jenkinsfile
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#!groovy
|
||||
|
||||
@Library('plivo_standard_libs@sdks') _
|
||||
|
||||
sdksPipeline ([
|
||||
buildContainer: 'plivo/jenkins-ci/node-sdk:latest'
|
||||
])
|
||||
5
ci/config.yml
Normal file
5
ci/config.yml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
language: node-sdk
|
||||
build:
|
||||
command: |
|
||||
npm install
|
||||
Loading…
Add table
Add a link
Reference in a new issue