forked from Khady/merlin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappveyor.yml
More file actions
26 lines (21 loc) · 754 Bytes
/
appveyor.yml
File metadata and controls
26 lines (21 loc) · 754 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
platform:
- x64
clone_depth: 1
environment:
global:
CYG_ROOT: C:/cygwin
CYG_MIRROR: http://mirrors.kernel.org/sourceware/cygwin/
CYG_CACHE: C:/cygwin/var/cache/setup
cache:
# - C:\cygwin\var\cache\setup
- C:\OCaml\4.02
- C:\OCaml\4.03
- C:\OCaml\4.04
- C:\OCaml\4.05
- C:\OCaml\msvs-promote-path
install:
- '%CYG_ROOT%\bin\bash -lc "date; cygcheck -dc cygwin"'
- '"%CYG_ROOT%\setup-x86.exe" --quiet-mode --no-shortcuts --only-site --root "%CYG_ROOT%" --site "%CYG_MIRROR%" --local-package-dir "%CYG_CACHE%" --packages diffutils,patch,make,mingw64-i686-gcc-core,mingw64-x86_64-gcc-core,unzip > NUL'
- '%CYG_ROOT%\bin\bash -lc "date; cygcheck -dc cygwin"'
build_script:
- call "%APPVEYOR_BUILD_FOLDER%\appveyor.cmd"