diff --git a/Jenkinsfile b/Jenkinsfile index 73ceb22..53580a9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,4 +1,15 @@ -def implementations = ['chibi'] +def implementations = [ + 'chibi', + 'chicken', + 'gauche', + 'guile', + 'kawa', + 'mosh', + 'racket', + 'sagittarius', + 'stklos', + 'ypsilon' +] def tests = ['primitives', 'addressof', 'callback'] pipeline {