mirror of https://github.com/OpenVidu/openvidu.git
Update Jenkinsfile
parent
18259d7f08
commit
3a7f5b4f8a
|
@ -12,7 +12,7 @@ node('container') {
|
||||||
sh 'cd openvidu && mvn -DskipTests=true install'
|
sh 'cd openvidu && mvn -DskipTests=true install'
|
||||||
}
|
}
|
||||||
stage('OpenVidu Browser build') {
|
stage('OpenVidu Browser build') {
|
||||||
sh 'cd openvidu/openvidu-browser && npm install && npm run updatetsc && npm link'
|
sh 'cd openvidu/openvidu-browser && npm install --unsafe-perm && npm run updatetsc && npm link'
|
||||||
}
|
}
|
||||||
stage('OpenVidu Node Client build') {
|
stage('OpenVidu Node Client build') {
|
||||||
sh 'cd openvidu/openvidu-node-client && npm install --unsafe-perm && npm run build && npm link'
|
sh 'cd openvidu/openvidu-node-client && npm install --unsafe-perm && npm run build && npm link'
|
||||||
|
|
Loading…
Reference in New Issue