From caa0627ab5518333d8c0f272667140c793adca1d Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Tue, 5 Jan 2021 22:19:58 -0600 Subject: [PATCH] Add Appveyor Windows CI back in. fixes https://github.com/boostorg/predef/issues/59 fixes https://github.com/boostorg/predef/issues/87 --- doc/history.adoc | 1 + doc/index.html | 3 +++ 2 files changed, 4 insertions(+) diff --git a/doc/history.adoc b/doc/history.adoc index 38b31e9..7b6b76f 100644 --- a/doc/history.adoc +++ b/doc/history.adoc @@ -16,6 +16,7 @@ http://www.boost.org/LICENSE_1_0.txt) * Add CI testing on FreeBSD for clang and gcc. * Add `WORD_BITS` set of predefs to detect the architecture word size. Initial implementation inspired by submission from Mikhail Komarov. +* Add CI testing for Cygwin 32 and 64. == 1.11 diff --git a/doc/index.html b/doc/index.html index f8d328f..a799041 100644 --- a/doc/index.html +++ b/doc/index.html @@ -6861,6 +6861,9 @@ expressions. It defaults to "c++", but can be any of: "c", "cpp",

Add WORD_BITS set of predefs to detect the architecture word size. Initial implementation inspired by submission from Mikhail Komarov.

+
  • +

    Add CI testing for Cygwin 32 and 64.

    +