Bumped minisatip version to 2.0.75

* Build system was changed to cmake since 2.0.72
This commit is contained in:
2026-02-27 22:16:46 +01:00
parent 47d19b66af
commit 8bc4a162b8
3 changed files with 67 additions and 11 deletions

9
Jenkinsfile vendored
View File

@@ -1,4 +1,4 @@
//When setting up this pipeline, please enable SCM branch to '*/Main' and enable 'checkout to subdirectory' to checkout to 'AlpinePackages'
//When setting up this pipeline, please enable SCM branch to '*/Main'
pipeline {
agent none
@@ -22,9 +22,12 @@ pipeline {
stage('Prepair') {
steps {
echo "Prepairing on ${Arch}"
// cleanWs()
cleanWs()
// Checkout the repository
checkout scm
dir('AlpinePackages') {
checkout scm
}
sh 'if [ ! -L out ];then ln -s ~/packages/AlpinePackages ./out;fi'
script{