|
|
|
@ -23,6 +23,13 @@ pipeline {
|
|
|
|
|
sh "git clone -b master --depth 1 https://github.com/scummvm/scummvm.git /tmp/scummvm"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
stage('CONFIGURE') {
|
|
|
|
|
steps {
|
|
|
|
|
echo "Configure Scummvm"
|
|
|
|
|
sh "cd /tmp/scummvm && ./configure --enable-all-engines --disable-discord --enable-plugins --enable-profiling"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|