From 2fee07f74a89dcdf526260934acd36ee71c9ccfa Mon Sep 17 00:00:00 2001 From: Maxime Dénès Date: Wed, 19 Jul 2017 15:47:13 +0200 Subject: Make AppVeyor generate Windows package. --- dev/ci/appveyor.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 dev/ci/appveyor.sh (limited to 'dev/ci/appveyor.sh') diff --git a/dev/ci/appveyor.sh b/dev/ci/appveyor.sh new file mode 100644 index 0000000000..524a55a423 --- /dev/null +++ b/dev/ci/appveyor.sh @@ -0,0 +1,9 @@ +#!/bin/bash +set -e -x +wget https://github.com/fdopen/opam-repository-mingw/releases/download/0.0.0.1/opam64.tar.xz +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 +cd $APPVEYOR_BUILD_FOLDER && ./configure -local && make && make byte && make -C test-suite all INTERACTIVE= && make validate -- cgit v1.2.3