From 92809b7808b8b727e65f372d017d19f3a6be8b56 Mon Sep 17 00:00:00 2001 From: retropikzel Date: Wed, 22 Jul 2026 17:46:10 +0300 Subject: [PATCH] New builds --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 428859c..bc5c102 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -40,7 +40,7 @@ pipeline { "tap debug".split().each { library -> stage("${library}") { catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') { - sh "make SCHEME=${scheme} LIBRARY=${library} all install test" + sh "make SCHEME=chibi LIBRARY=${library} all install test" } } }