mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 03:05:28 -05:00
chore: remove appveyor, too unreliable
This commit is contained in:
parent
bfa5d9adde
commit
d9555ae063
2 changed files with 0 additions and 25 deletions
|
|
@ -13,7 +13,6 @@ Alternatively, `open Containers` will bring enhanced versions of the standard
|
||||||
modules into scope.
|
modules into scope.
|
||||||
|
|
||||||
[](https://travis-ci.org/c-cube/ocaml-containers)
|
[](https://travis-ci.org/c-cube/ocaml-containers)
|
||||||
[](https://ci.appveyor.com/project/c-cube/ocaml-containers)
|
|
||||||
|
|
||||||
## Quick Summary
|
## Quick Summary
|
||||||
|
|
||||||
|
|
|
||||||
24
appveyor.yml
24
appveyor.yml
|
|
@ -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
|
|
||||||
Loading…
Add table
Reference in a new issue