mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 03:05:28 -05:00
24 lines
711 B
YAML
24 lines
711 B
YAML
platform:
|
|
- x86
|
|
environment:
|
|
global:
|
|
FORK_USER: ocaml
|
|
FORK_BRANCH: master
|
|
CYG_ROOT: C:\cygwin64
|
|
PINS: containers:.
|
|
matrix:
|
|
- OPAM_SWITCH: 4.03.0+mingw64c
|
|
PACKAGE: containers
|
|
- OPAM_SWITCH: 4.04.2+mingw64c
|
|
PACKAGE: containers
|
|
- OPAM_SWITCH: 4.05.0+mingw64c
|
|
PACKAGE: containers
|
|
- OPAM_SWITCH: 4.06.0+mingw64c
|
|
PACKAGE: containers
|
|
- CYG_ROOT: C:\cygwin
|
|
OPAM_SWITCH: 4.06.0+mingw32c
|
|
PACKAGE: containers
|
|
install:
|
|
- ps: iex ((new-object net.webclient).DownloadString("https://raw.githubusercontent.com/$env:FORK_USER/ocaml-ci-scripts/$env:FORK_BRANCH/appveyor-install.ps1"))
|
|
build_script:
|
|
- call %CYG_ROOT%\bin\bash.exe -l %APPVEYOR_BUILD_FOLDER%\appveyor-opam.sh
|