Updating tests
This commit is contained in:
parent
48c6ea9b5d
commit
de63e401ac
|
|
@ -13,7 +13,8 @@ pipeline {
|
|||
}
|
||||
|
||||
parameters {
|
||||
string(name: 'SCHEMES', defaultValue: 'chibi chicken gauche kawa racket sagittarius stklos', description: '')
|
||||
//string(name: 'SCHEMES', defaultValue: 'chibi chicken gauche kawa racket sagittarius stklos', description: '')
|
||||
string(name: 'SCHEMES', defaultValue: 'chibi', description: '')
|
||||
}
|
||||
|
||||
stages {
|
||||
|
|
|
|||
1
Makefile
1
Makefile
|
|
@ -49,7 +49,6 @@ test-old: ${TMPDIR}/test/libtest.o ${TMPDIR}/test/libtest.so ${TMPDIR}/test/libt
|
|||
cd ${TMPDIR}/test && printf "\n" | LD_LIBRARY_PATH=. timeout 600 ./test
|
||||
|
||||
test: package ${TMPDIR}/test/libtest.o ${TMPDIR}/test/libtest.so ${TMPDIR}/test/libtest.a
|
||||
ls
|
||||
snow-test ${SCHEME} ${PKGNAME}
|
||||
|
||||
test-docker:
|
||||
|
|
|
|||
Loading…
Reference in New Issue