Skip to content

Commit

Permalink
ARROW-1241: [C++] Appveyor build matrix extended with Visual Studio 2…
Browse files Browse the repository at this point in the history
…017 environment build job

Author: Max Risuhin <risuhin.max@gmail.com>

Closes apache#870 from MaxRis/ARROW-1241 and squashes the following commits:

a3ba6b0 [Max Risuhin] ARROW-1241: [C++] Appveyor build matrix extended with Visual Studio 2017 environment build job
  • Loading branch information
maxhora authored and wesm committed Jul 24, 2017
1 parent 2c81015 commit fabf7fb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,13 @@ environment:
PYTHON: "3.5"
ARCH: "64"
CONFIGURATION: "Release"
- JOB: "Build"
GENERATOR: Visual Studio 15 2017 Win64
PYTHON: "3.5"
ARCH: "64"
CONFIGURATION: "Release"
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
BOOST_ROOT: C:\Libraries\boost_1_64_0

MSVC_DEFAULT_OPTIONS: ON
BOOST_ROOT: C:\Libraries\boost_1_63_0
Expand Down
2 changes: 1 addition & 1 deletion cpp/cmake_modules/SnappyConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#ifndef SNAPPY_CONFIG_H
#define SNAPPY_CONFIG_H 1

#if defined(_MSC_VER) && (_MSC_VER <= 1900)
#if defined(_MSC_VER) && (_MSC_VER <= 1910)
typedef __int64 ssize_t;
#endif

Expand Down

0 comments on commit fabf7fb

Please sign in to comment.