Initial commit.

Este commit está contenido en:
Achim D. Brucker 2020-12-19 15:20:25 +00:00
padre 63fc6cd87c
commit 623d822881
Se han modificado 1 ficheros con 10 adiciones y 0 borrados

10
.ci/Jenkinsfile vendido Archivo normal
Ver fichero

@ -0,0 +1,10 @@
pipeline {
agent any
stages {
stage('Build') {
steps {
sh 'docker run -v $PWD/Core_DOM:/Core_DOM logicalhacking:isabelle2020 isabelle build -D /Shadow_SC_DOM'
}
}
}
}