Add Appveyor Windows CI back in.

fixes https://github.com/boostorg/predef/issues/59
fixes https://github.com/boostorg/predef/issues/87
This commit is contained in:
Rene Rivera
2021-01-05 22:19:58 -06:00
parent a7ac034985
commit caa0627ab5
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -6861,6 +6861,9 @@ expressions. It defaults to "c++", but can be any of: "c", "cpp",
<p>Add <code>WORD_BITS</code> set of predefs to detect the architecture word size.
Initial implementation inspired by submission from Mikhail Komarov.</p>
</li>
<li>
<p>Add CI testing for Cygwin 32 and 64.</p>
</li>
</ul>
</div>
</div>