From 209b50f49f7bd4d40802a4f64af0423242b95383 Mon Sep 17 00:00:00 2001 From: Samy Al Bahra Date: Tue, 14 May 2019 20:25:39 -0400 Subject: [PATCH] [whitespace] README: more details on continuous integration. --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bbc0004..91a2253 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,19 @@ -### Testing +### Continuous Integration | Drone | Travis | Cirrus | | -------- | ------ | ------- | | [![Build Status](https://cloud.drone.io/api/badges/concurrencykit/ck/status.svg)](https://cloud.drone.io/concurrencykit/ck) | [![Build Status](https://travis-ci.org/concurrencykit/ck.svg)](https://travis-ci.org/concurrencykit/ck) | [![Build Status](https://api.cirrus-ci.com/github/concurrencykit/ck.svg?branch=master)](https://cirrus-ci.com/github/concurrencykit/ck) | +Compilers tested in the past include gcc, clang, cygwin, icc, mingw32, mingw64 and suncc across all supported architectures. All new architectures are required to pass the integration test and under-go extensive code review. + +Continuous integration is currently enabled for the following targets: + * `darwin/clang/x86-64` + * `freebsd/clang/x86-64` + * `linux/gcc/arm64` + * `linux/gcc/x86-64` + * `linux/clang/x86-64` + * `linux/clang/ppc64le` + ### Build * Step 1.