Skip to content

Commit

Permalink
Merge pull request #1764 from avsm/master
Browse files Browse the repository at this point in the history
Experimental Windows CI build using Appveyor
  • Loading branch information
AltGr committed Oct 2, 2014
2 parents 705790a + d08e923 commit af39dd1
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
platform:
- x86

environment:
global:
CYG_ROOT: C:/cygwin
CYG_MIRROR: http://cygwin.uib.no
CYG_CACHE: C:/cygwin/var/cache/setup
matrix:
-
CYG_ARCH: x86

init:
- 'echo System architecture: %PLATFORM%'

install:
- 'appveyor DownloadFile http://cygwin.com/setup-%CYG_ARCH%.exe -FileName setup.exe'
- 'setup.exe -qnNdO -R "%CYG_ROOT%" -s "%CYG_MIRROR%" -l "%CYG_CACHE%" -P make -P git -P gcc-core -P ocaml -P ocaml-camlp4 -P ocaml-compiler-libs -P curl -P libncurses-devel -P m4 -P unzip >NUL'
- 'setup.exe -qnNdO -R "%CYG_ROOT%" -s "%CYG_MIRROR%" -l "%CYG_CACHE%" -P libmpfr-devel -P patch -P flexdll >NUL'
- '%CYG_ROOT%/bin/bash -lc "cygcheck -dc cygwin"'

build_script:
- '%CYG_ROOT%/bin/bash -lc "cd \"$OLDPWD\" && env DJDIR="workaround" ./configure && make lib-ext && make && make install"'
- '%CYG_ROOT%/bin/bash -lc "opam init -y -a"'
- '%CYG_ROOT%/bin/bash -lc "opam install -y -v lwt"'

0 comments on commit af39dd1

Please sign in to comment.