Initial commit.

このコミットが含まれているのは:
Achim D. Brucker 2020-12-19 09:21:12 +00:00
コミット 73b3b13ab0
1個のファイルの変更10行の追加0行の削除

10
.ci/Jenkinsfile vendored ノーマルファイル
ファイルの表示

@ -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 /Extended_Finite_State_Machines'
}
}
}
}