Fixing tests
This commit is contained in:
parent
394a92c86d
commit
19d3b40a4f
|
@ -16,7 +16,7 @@ pipeline {
|
|||
stages {
|
||||
stage('Build and install') {
|
||||
steps {
|
||||
sh "apt-get install -y make libffi-dev build-essential"
|
||||
sh "apt-get update && apt-get install -y make libffi-dev build-essential"
|
||||
sh 'snow-chibi install --always-yes "(foreign c)"'
|
||||
sh 'snow-chibi install --always-yes "(srfi 170)"'
|
||||
sh "make build-chibi"
|
||||
|
|
Loading…
Reference in New Issue