chore: remove appveyor, too unreliable

This commit is contained in:
Simon Cruanes 2019-02-19 18:48:15 -06:00
parent bfa5d9adde
commit d9555ae063
2 changed files with 0 additions and 25 deletions

View file

@ -13,7 +13,6 @@ Alternatively, `open Containers` will bring enhanced versions of the standard
modules into scope.
[![Build Status](https://travis-ci.org/c-cube/ocaml-containers.svg?branch=master)](https://travis-ci.org/c-cube/ocaml-containers)
[![Build Status](https://ci.appveyor.com/api/projects/status/tftx9q8auil4cv4c?svg=true)](https://ci.appveyor.com/project/c-cube/ocaml-containers)
## Quick Summary

View file

@ -1,24 +0,0 @@
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