Install Cask dependencies before make
This commit is contained in:
parent
cd7aae642a
commit
d9e8ecd246
1 changed files with 1 additions and 0 deletions
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
|
@ -9,6 +9,7 @@ pipeline {
|
|||
stages {
|
||||
stage('Build') {
|
||||
steps {
|
||||
sh 'cask'
|
||||
sh 'make'
|
||||
stash includes: 'public/*', name: 'public_html'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue