Test cfrunloop on macOS.

The raw kqueue loop is now only tested once with the current version of DMD and LDC.
This commit is contained in:
Sönke Ludwig 2020-05-25 11:38:39 +02:00
parent 5333e4a191
commit 00bc3dade5

View file

@ -24,7 +24,7 @@ d:
env: env:
- CONFIG=select - CONFIG=select
- CONFIG=epoll - CONFIG=epoll
- CONFIG=kqueue - CONFIG=cfrunloop
# disabled until the libasync driver of eventcore is more than a stub # disabled until the libasync driver of eventcore is more than a stub
#- CONFIG=libasync #- CONFIG=libasync
@ -35,7 +35,7 @@ matrix:
- d: ldc-latest-ci - d: ldc-latest-ci
exclude: exclude:
- os: linux - os: linux
env: CONFIG=kqueue env: CONFIG=cfrunloop
- os: osx - os: osx
env: CONFIG=epoll env: CONFIG=epoll
# see https://github.com/ldc-developers/ldc/issues/2187 # see https://github.com/ldc-developers/ldc/issues/2187
@ -44,6 +44,12 @@ matrix:
- d: ldc-1.15.0 - d: ldc-1.15.0
os: osx os: osx
include: include:
- d: dmd
os: osx
env: CONFIG=kqueue
- d: ldc
os: osx
env: CONFIG=kqueue
- d: dmd - d: dmd
env: CONFIG='select' DUB_FLAGS='--build unittest-cov --build-mode=singleFile' env: CONFIG='select' DUB_FLAGS='--build unittest-cov --build-mode=singleFile'
- d: dmd - d: dmd