Skip to content

Commit 72c97e2

Browse files
committed
Re-enable all Appyveyor entries
Change-Id: I4e57e5dc674e56a58b30607297246d4dbc3193e1
1 parent a2e57d1 commit 72c97e2

File tree

2 files changed

+28
-29
lines changed

2 files changed

+28
-29
lines changed

appveyor.yml

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -53,38 +53,38 @@ environment:
5353
ARCH: "64"
5454

5555
matrix:
56-
# NOTE: clcache seems to work best with Ninja and worst with msbuild
57-
# (as generated by cmake)
58-
# - JOB: "Build"
59-
# GENERATOR: Ninja
60-
# CONFIGURATION: "Release"
61-
# APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
56+
NOTE: clcache seems to work best with Ninja and worst with msbuild
57+
(as generated by cmake)
58+
- JOB: "Build"
59+
GENERATOR: Ninja
60+
CONFIGURATION: "Release"
61+
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
6262
- JOB: "Toolchain"
6363
GENERATOR: Visual Studio 14 2015 Win64
6464
CONFIGURATION: "Release"
6565
ARROW_BUILD_GANDIVA: "ON"
66-
# - JOB: "Static_Crt_Build"
67-
# GENERATOR: Ninja
68-
# - JOB: "Build_Debug"
69-
# GENERATOR: Ninja
70-
# CONFIGURATION: "Debug"
71-
# - JOB: "Cmake_Script_Tests"
72-
# GENERATOR: Ninja
73-
# CONFIGURATION: "Release"
74-
# BUILD_SCRIPT: "CMake_Build_Script"
75-
# - JOB: "MinGW32"
76-
# MINGW_PACKAGE_PREFIX: mingw-w64-i686
77-
# MINGW_PREFIX: c:\msys64\mingw32
78-
# MSYSTEM: MINGW32
79-
# USE_CLCACHE: false
80-
# - JOB: "MinGW64"
81-
# MINGW_PACKAGE_PREFIX: mingw-w64-x86_64
82-
# MINGW_PREFIX: c:\msys64\mingw64
83-
# MSYSTEM: MINGW64
84-
# USE_CLCACHE: false
85-
# - JOB: "Rust"
86-
# TARGET: x86_64-pc-windows-msvc
87-
# USE_CLCACHE: false
66+
- JOB: "Static_Crt_Build"
67+
GENERATOR: Ninja
68+
- JOB: "Build_Debug"
69+
GENERATOR: Ninja
70+
CONFIGURATION: "Debug"
71+
- JOB: "Cmake_Script_Tests"
72+
GENERATOR: Ninja
73+
CONFIGURATION: "Release"
74+
BUILD_SCRIPT: "CMake_Build_Script"
75+
- JOB: "MinGW32"
76+
MINGW_PACKAGE_PREFIX: mingw-w64-i686
77+
MINGW_PREFIX: c:\msys64\mingw32
78+
MSYSTEM: MINGW32
79+
USE_CLCACHE: false
80+
- JOB: "MinGW64"
81+
MINGW_PACKAGE_PREFIX: mingw-w64-x86_64
82+
MINGW_PREFIX: c:\msys64\mingw64
83+
MSYSTEM: MINGW64
84+
USE_CLCACHE: false
85+
- JOB: "Rust"
86+
TARGET: x86_64-pc-windows-msvc
87+
USE_CLCACHE: false
8888

8989
MSVC_DEFAULT_OPTIONS: ON
9090
APPVEYOR_SAVE_CACHE_ON_ERROR: true

python/setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,6 @@ def _run_cmake(self):
296296
# Move the built C-extension to the place expected by the Python
297297
# build
298298
self._found_names = []
299-
print(os.listdir())
300299
for name in self.CYTHON_MODULE_NAMES:
301300
built_path = self.get_ext_built(name)
302301
if not os.path.exists(built_path):

0 commit comments

Comments
 (0)