Making the build work

This commit is contained in:
retropikzel 2025-04-18 07:56:25 +03:00
parent beaf436e7b
commit 45d96872e6
1 changed files with 1 additions and 5 deletions

6
Jenkinsfile vendored
View File

@ -5,11 +5,7 @@ pipeline {
}
stages {
stage("Build") {
agent {
docker {
image 'schemers/sagittarius'
}
}
agent { docker { image 'schemers/sagittarius' } }
steps {
sh 'apt-get update && apt-get install -y make'
sh 'make'