Add TAP library to Jenkins test

This commit is contained in:
retropikzel 2026-07-18 20:01:38 +03:00
parent 2abac66bc3
commit 92ca74ad0c
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -29,7 +29,7 @@ pipeline {
environment { environment {
R6RS_SCHEMES='capyscheme chezscheme guile ikarus ironscheme loko mosh racket sagittarius ypsilon' R6RS_SCHEMES='capyscheme chezscheme guile ikarus ironscheme loko mosh racket sagittarius ypsilon'
R7RS_SCHEMES='capyscheme chibi chicken cyclone foment gauche gambit guile kawa loko meevax mit-scheme mosh racket sagittarius skint stklos tr7 ypsilon' R7RS_SCHEMES='capyscheme chibi chicken cyclone foment gauche gambit guile kawa loko meevax mit-scheme mosh racket sagittarius skint stklos tr7 ypsilon'
LIBRARIES='ctrf mouth string url-encoding leb128 hardware-info' LIBRARIES='tap ctrf mouth string url-encoding leb128 hardware-info'
} }
stages { stages {