aboutsummaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorChantal Keller <Chantal.Keller@lri.fr>2021-05-28 19:29:08 +0200
committerChantal Keller <Chantal.Keller@lri.fr>2021-05-28 19:29:08 +0200
commit92f2a211fb112fef44f7b5b86fc70a2e5a9e639b (patch)
tree192aedec19f77f520c7db8a40f026c752015fcd7 /ci
parentbe486d634803e7bdfd455e58dbe3ed0968798eda (diff)
downloadsmtcoq-92f2a211fb112fef44f7b5b86fc70a2e5a9e639b.tar.gz
smtcoq-92f2a211fb112fef44f7b5b86fc70a2e5a9e639b.zip
Configure is back (due to #69)
Diffstat (limited to 'ci')
-rw-r--r--ci/manifest-sources-8.111
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/manifest-sources-8.11 b/ci/manifest-sources-8.11
index 043c626..b93f959 100644
--- a/ci/manifest-sources-8.11
+++ b/ci/manifest-sources-8.11
@@ -27,6 +27,7 @@ tasks:
cd smtcoq
git checkout coq-8.11
cd src
+ ./configure.sh
make
make install
cd ../..