From 7af3bdf56f278e8928df7bdf63fddd159be610ec Mon Sep 17 00:00:00 2001 From: Maxime Dénès Date: Tue, 20 Jun 2017 16:26:24 +0200 Subject: Add AppVeyor infrastructure, launching the test suite under Windows. --- dev/build/windows/appveyor.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 dev/build/windows/appveyor.sh (limited to 'dev') diff --git a/dev/build/windows/appveyor.sh b/dev/build/windows/appveyor.sh new file mode 100644 index 0000000000..53f7a23466 --- /dev/null +++ b/dev/build/windows/appveyor.sh @@ -0,0 +1,8 @@ +#!/bin/bash +set -e -x +wget $opam_url +tar -xf opam64.tar.xz +bash opam64/install.sh +opam init -a mingw https://github.com/fdopen/opam-repository-mingw.git --comp 4.02.3+mingw64c --switch 4.02.3+mingw64c +eval $(opam config env) +opam install -y ocamlfind camlp5 -- cgit v1.2.3