Update Travis CI config, add AppVeyor for Windows CI coverage.

This commit is contained in:
costan
2017-06-27 11:11:16 -07:00
committed by Victor Costan
parent f24f9d2d97
commit e9720a001d
3 changed files with 93 additions and 15 deletions

View File

@@ -33,6 +33,9 @@
#endif
#ifdef HAVE_WINDOWS_H
// Needed to be able to use std::max without workarounds in the source code.
// https://support.microsoft.com/en-us/help/143208/prb-using-stl-in-windows-program-can-cause-min-max-conflicts
#define NOMINMAX
#include <windows.h>
#endif