Updating tests
This commit is contained in:
parent
af2d83f8d2
commit
6af406baeb
|
|
@ -24,7 +24,8 @@ pipeline {
|
|||
if("${SCHEME}" == "chicken") {
|
||||
DOCKERIMG="chicken:5"
|
||||
}
|
||||
sh "snow-test ${SCHEME} test.scm"
|
||||
sh "make package"
|
||||
sh "snow-test ${SCHEME} *.tgz"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue