Initial commit.

Este commit está contenido en:
Achim D. Brucker 2020-12-19 10:58:52 +00:00
padre 95bafcc6bd
commit 90488e71d0
Se han modificado 2 ficheros con 11 adiciones y 1 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 /Core_SC_DOM-devel'
}
}
}
}

Ver fichero

@ -1,6 +1,6 @@
chapter AFP
session "Core_SC_DOM" (AFP) = "HOL-Library" +
session "Core_SC_DOM-devel" (AFP) = "HOL-Library" +
options [timeout = 1500]
directories
"common"