mirror of https://github.com/OpenVidu/openvidu.git
Update Jenkinsfile
parent
e462277cde
commit
90fd19e508
|
@ -14,8 +14,11 @@ node('container') {
|
|||
stage('OpenVidu Browser build') {
|
||||
sh 'cd openvidu/openvidu-browser && npm install && npm run updatetsc && npm link'
|
||||
}
|
||||
stage('OpenVidu Node Client build') {
|
||||
sh 'cd openvidu/openvidu-node-client && npm install && tsc && npm link'
|
||||
}
|
||||
stage('OpenVidu TestApp build') {
|
||||
sh 'cd openvidu/openvidu-testapp && npm install && npm link openvidu-browser && ng build'
|
||||
sh 'cd openvidu/openvidu-testapp && npm install && npm link openvidu-browser && npm link openvidu-node-client && ng build'
|
||||
}
|
||||
stage ('Environment Launch') {
|
||||
sh 'openssl req -newkey rsa:2048 -new -nodes -x509 -days 3650 -subj "/CN=www.mydom.com/O=My Company LTD./C=US" -keyout openvidu/openvidu-testapp/dist/key.pem -out openvidu/openvidu-testapp/dist/cert.pem'
|
||||
|
|
Loading…
Reference in New Issue