From d9555ae0635df47edb89de5e8803b5531864a088 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Tue, 19 Feb 2019 18:48:15 -0600 Subject: [PATCH] chore: remove appveyor, too unreliable --- README.md | 1 - appveyor.yml | 24 ------------------------ 2 files changed, 25 deletions(-) delete mode 100644 appveyor.yml diff --git a/README.md b/README.md index 3015bc42..2a0e1b3b 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/appveyor.yml b/appveyor.yml deleted file mode 100644 index 2d0c3f1e..00000000 --- a/appveyor.yml +++ /dev/null @@ -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