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:
Vendored
+6
-3
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user