aboutsummaryrefslogtreecommitdiff
path: root/dev/ci
diff options
context:
space:
mode:
Diffstat (limited to 'dev/ci')
-rwxr-xr-xdev/ci/azure-build.sh2
-rw-r--r--dev/ci/user-overlays/8855-herbelin-master+more-search-options.sh9
2 files changed, 10 insertions, 1 deletions
diff --git a/dev/ci/azure-build.sh b/dev/ci/azure-build.sh
index 04c7d5db91..494651c5bf 100755
--- a/dev/ci/azure-build.sh
+++ b/dev/ci/azure-build.sh
@@ -4,4 +4,4 @@ set -e -x
cd $(dirname $0)/../..
-make -f Makefile.dune coq coqide-server
+dune build coq.install coqide-server.install
diff --git a/dev/ci/user-overlays/8855-herbelin-master+more-search-options.sh b/dev/ci/user-overlays/8855-herbelin-master+more-search-options.sh
new file mode 100644
index 0000000000..3b3b20baf1
--- /dev/null
+++ b/dev/ci/user-overlays/8855-herbelin-master+more-search-options.sh
@@ -0,0 +1,9 @@
+if [ "$CI_PULL_REQUEST" = "8855" ] || [ "$CI_BRANCH" = "master+more-search-options" ]; then
+
+ coqhammer_CI_REF=master+adapt-pr8855-search-api
+ coqhammer_CI_GITURL=https://github.com/herbelin/coqhammer
+
+ coq_dpdgraph_CI_REF=coq-master+adapt-pr8855-search-api
+ coq_dpdgraph_CI_GITURL=https://github.com/herbelin/coq-dpdgraph
+
+fi