Bumped minisatip version to 2.0.88(#1)

**General:**
- Added VScode tasks

**Minisatip:**
- Updated minisatip versions to 2.0.88
- Build system was changed to CMake since 2.0.72
- Switched away from static builds

Reviewed-on: #1
Co-authored-by: Bram Prieshof <bram@bprieshof.nl>
Co-committed-by: Bram Prieshof <bram@bprieshof.nl>
This commit was merged in pull request #1.
This commit is contained in:
2026-07-21 00:46:57 +02:00
committed by brammp
parent 47d19b66af
commit ee8c7038b9
3 changed files with 70 additions and 11 deletions
Vendored
+6 -3
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{