Making the build work

This commit is contained in:
retropikzel 2025-04-18 08:29:23 +03:00
parent fea3ddcd2c
commit 0f486d73e1
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -5,7 +5,7 @@ pipeline {
}
stages {
stage("Build") {
agent { dockerfile { path 'Dockerfile'; args '--user=root --build-arg COMPILE_R7RS=sagittarius' } }
agent { dockerfile { filename 'Dockerfile'; args '--user=root --build-arg COMPILE_R7RS=sagittarius' } }
steps {
sh 'make'
sh 'make install'