diff --git a/Jenkinsfile b/Jenkinsfile index 53e3012..7fbd225 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 { diff --git a/Makefile b/Makefile index b90e4e0..7612a64 100644 --- a/Makefile +++ b/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: