master
fanta 9 months ago
parent 582b1e0987
commit b5fe1b4597

7
Jenkinsfile vendored

@ -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"
}
}
}

Loading…
Cancel
Save