aboutsummaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2020-04-10 18:41:36 -0400
committerEmilio Jesus Gallego Arias2020-05-16 19:22:02 +0200
commit6ce9ba1ca3f7795cf12798ee1bc6d9d2656f8074 (patch)
treec0acf90acd38c35a5d577d86de8df6bdcdde583a /dev
parent660eef91c7ebc0350a17f1947b9bd06029cae3ff (diff)
[ci] [azure] Rework windows Azure pipeline
- use a different mirror for main cygwin archive - (always) publish build log as artifact - fix call to dune makefiles - we do just build Coq for now, as: + dune is rebuilding Coq to run the test-suite, this needs move investigation. + the test suite seems to take long and it times-out on Win.
Diffstat (limited to 'dev')
-rwxr-xr-xdev/ci/azure-build.sh2
1 files changed, 1 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