Skip to content

Commit d4b2e41

Browse files
committed
Run Appveyor on more switches
1 parent b3d6947 commit d4b2e41

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ assert(Nullable_array.get 0 = None);
99
assert(Nullable_array.get 1 = Some 4);
1010
```
1111

12-
[![Build Status](https://travis-ci.org/chambart/ocaml-nullable-array.svg)](https://travis-ci.org/chambart/ocaml-nullable-array)
13-
12+
[![Build Status (Travis)](https://travis-ci.org/chambart/ocaml-nullable-array.svg)](https://travis-ci.org/chambart/ocaml-nullable-array)
13+
[![Build Status (Appveyor)](https://ci.appveyor.com/api/projects/status/github/chambart/ocaml-nullable-array&svg=true)](https://ci.appveyor.com/project/chambart/ocaml-nullable-array)

appveyor.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@ environment:
88
PACKAGE: nullable-array
99
TESTS: true
1010
matrix:
11+
- OPAM_SWITCH: 4.03.0+mingw64c
12+
- OPAM_SWITCH: 4.04.0+msvc64c
13+
- OPAM_SWITCH: 4.04.0+mingw32c
1114
- OPAM_SWITCH: 4.04.0+mingw64c
15+
- OPAM_SWITCH: 4.04.0+flambda+mingw64c
1216

1317
install:
1418
- ps: iex ((new-object net.webclient).DownloadString("https://raw.githubusercontent.com/$env:FORK_USER/ocaml-ci-scripts/$env:FORK_BRANCH/appveyor-install.ps1"))

0 commit comments

Comments
 (0)