master
fanta 9 months ago
parent 033d40606f
commit 653829a1c9

9
Jenkinsfile vendored

@ -10,7 +10,6 @@ pipeline {
// Fases
stages {
stage('DEDENDENCIAS') {
steps {
echo "Actualizar repos, upgrade de paquetes instalados."
sh "apt-get update && apt-get -y upgrade"
@ -18,5 +17,13 @@ pipeline {
sh "apt install -y g++ make git nasm libsdl2-dev libsdl2-net-dev liba52-dev libjpeg62-turbo-dev libmpeg2-4-dev libogg-dev libvorbis-dev libflac-dev libmad0-dev libpng-dev libtheora-dev libfaad-dev libfluidsynth-dev libfreetype6-dev zlib1g-dev libfribidi-dev libgif-dev libglew-dev libcurl4-openssl-dev libgtk-3-dev libspeechd-dev libsndio-dev"
}
}
stage('CLONE REPO') {
steps {
echo "Clonar repositorio Git del proyecto."
sh "git clone -b master --depth 1 "https://github.com/scummvm/scummvm.git" /tmp/scummvm"
}
}
}
}

Loading…
Cancel
Save