Fixing testing
This commit is contained in:
parent
a30a62e8aa
commit
f3f7f02d85
|
|
@ -18,6 +18,11 @@ pipeline {
|
||||||
}
|
}
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
|
stage('Init') {
|
||||||
|
steps {
|
||||||
|
sh "apt-get update && apt-get install -y make docker.io"
|
||||||
|
}
|
||||||
|
}
|
||||||
stage('R6RS') {
|
stage('R6RS') {
|
||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue