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 {
|
stages {
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
steps {
|
steps {
|
||||||
|
sh 'cask'
|
||||||
sh 'make'
|
sh 'make'
|
||||||
stash includes: 'public/*', name: 'public_html'
|
stash includes: 'public/*', name: 'public_html'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue