2016-05-17 02:13:00 -07:00
|
|
|
#**************************************************************************
|
|
|
|
#* *
|
|
|
|
#* OCaml *
|
|
|
|
#* *
|
|
|
|
#* Christophe Troestler *
|
|
|
|
#* *
|
|
|
|
#* Copyright 2015 Christophe Troestler *
|
|
|
|
#* *
|
|
|
|
#* All rights reserved. This file is distributed under the terms of *
|
|
|
|
#* the GNU Lesser General Public License version 2.1, with the *
|
|
|
|
#* special exception on linking described in the file LICENSE. *
|
|
|
|
#* *
|
|
|
|
#**************************************************************************
|
|
|
|
|
2015-11-29 03:23:22 -08:00
|
|
|
# Compile the 64 bits version
|
|
|
|
platform:
|
|
|
|
- x64
|
|
|
|
|
2017-03-22 07:36:25 -07:00
|
|
|
image: Visual Studio 2015
|
|
|
|
|
2015-11-29 03:23:22 -08:00
|
|
|
# Do a shallow clone of the repo to speed up the build
|
|
|
|
clone_depth: 1
|
|
|
|
|
|
|
|
environment:
|
|
|
|
global:
|
2017-04-13 04:06:58 -07:00
|
|
|
CYG_ROOT: C:/cygwin64
|
2015-11-29 03:23:22 -08:00
|
|
|
CYG_MIRROR: http://mirrors.kernel.org/sourceware/cygwin/
|
2017-04-13 04:06:58 -07:00
|
|
|
CYG_CACHE: C:/cygwin64/var/cache/setup
|
2020-06-29 09:06:19 -07:00
|
|
|
FLEXDLL_VERSION: 0.38
|
2017-06-14 02:19:15 -07:00
|
|
|
OCAMLRUNPARAM: v=0,b
|
2018-09-06 09:55:00 -07:00
|
|
|
matrix:
|
|
|
|
- PORT: mingw32
|
|
|
|
- PORT: msvc64
|
|
|
|
|
|
|
|
matrix:
|
|
|
|
fast_finish: true
|
2015-11-29 03:23:22 -08:00
|
|
|
|
|
|
|
cache:
|
2017-04-13 04:06:58 -07:00
|
|
|
- C:\cygwin64\var\cache\setup
|
2020-04-17 02:16:03 -07:00
|
|
|
- C:\projects\cache
|
2015-11-29 03:23:22 -08:00
|
|
|
|
|
|
|
install:
|
2017-09-29 07:02:42 -07:00
|
|
|
# This is a hangover from monitoring effects of MPR#7452
|
|
|
|
- wmic cpu get name
|
2018-05-23 07:30:53 -07:00
|
|
|
- call "%APPVEYOR_BUILD_FOLDER%\tools\ci\appveyor\appveyor_build.cmd" install
|
2015-11-29 03:23:22 -08:00
|
|
|
|
|
|
|
build_script:
|
2018-05-23 07:30:53 -07:00
|
|
|
- call "%APPVEYOR_BUILD_FOLDER%\tools\ci\appveyor\appveyor_build.cmd" build
|
2015-12-04 04:55:51 -08:00
|
|
|
|
|
|
|
test_script:
|
2018-05-23 07:30:53 -07:00
|
|
|
- call "%APPVEYOR_BUILD_FOLDER%\tools\ci\appveyor\appveyor_build.cmd" test
|