From 00bc3dade578e3951334a995fa6e0f4defb00308 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Ludwig?= Date: Mon, 25 May 2020 11:38:39 +0200 Subject: [PATCH] Test cfrunloop on macOS. The raw kqueue loop is now only tested once with the current version of DMD and LDC. --- .travis.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3771453..34af82d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,7 +24,7 @@ d: env: - CONFIG=select - CONFIG=epoll - - CONFIG=kqueue + - CONFIG=cfrunloop # disabled until the libasync driver of eventcore is more than a stub #- CONFIG=libasync @@ -35,7 +35,7 @@ matrix: - d: ldc-latest-ci exclude: - os: linux - env: CONFIG=kqueue + env: CONFIG=cfrunloop - os: osx env: CONFIG=epoll # see https://github.com/ldc-developers/ldc/issues/2187 @@ -44,6 +44,12 @@ matrix: - d: ldc-1.15.0 os: osx include: + - d: dmd + os: osx + env: CONFIG=kqueue + - d: ldc + os: osx + env: CONFIG=kqueue - d: dmd env: CONFIG='select' DUB_FLAGS='--build unittest-cov --build-mode=singleFile' - d: dmd