aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev/build/windows/appveyor.sh
diff options
context:
space:
mode:
Diffstat (limited to 'dev/build/windows/appveyor.sh')
-rw-r--r--dev/build/windows/appveyor.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/dev/build/windows/appveyor.sh b/dev/build/windows/appveyor.sh
new file mode 100644
index 000000000..53f7a2346
--- /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