Fixing tests
This commit is contained in:
parent
cd7398e466
commit
953e30c234
|
|
@ -42,7 +42,7 @@ pipeline {
|
|||
}
|
||||
post {
|
||||
always {
|
||||
archiveArtifacts artifacts: "*.log", allowEmptyArchive: true
|
||||
archiveArtifacts artifacts: "tmp/*/*.log", allowEmptyArchive: true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
1
Makefile
1
Makefile
|
|
@ -40,7 +40,6 @@ test: ${TMPDIR}
|
|||
echo "Hello"
|
||||
cd ${TMPDIR} && COMPILE_R7RS=${SCHEME} compile-r7rs -I . -o test test.scm
|
||||
cd ${TMPDIR} && printf "\n" | ./test
|
||||
cp ${TMPDIR}/foreign-c-${LIBRARY}.log ${SCHEME}-foreign-c-${LIBRARY}.log
|
||||
|
||||
test-docker: ${TMPDIR}
|
||||
docker build --build-arg IMAGE=${DOCKERIMG} --build-arg SCHEME=${SCHEME} --tag=foreign-c-library-test-${SCHEME} -f Dockerfile.test . 2> ${TMPDIR}/docker.log || cat ${TMPDIR}/docker.log
|
||||
|
|
|
|||
Loading…
Reference in New Issue