Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.

Commit

Permalink
NUP-2505: Remove win32 build from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lscheinkman committed Mar 20, 2018
1 parent 4ffbadb commit ac43320
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ init:
- git config --global core.autocrlf input

clone_folder: c:\projects\nupic-core
clone_depth: 50
clone_depth: 1

# Can't have a shallow clone because the CMake process will be
# calling into git to write the current SHA into the binaries.
Expand All @@ -51,12 +51,12 @@ environment:
wheel_name_suffix: "win_amd64"

# Win32-gcc
- PYTHON_VERSION: "2.7.9"
PYTHON_ARCH: "32"
PYTHONHOME: "C:\\Python27"
NC_CMAKE_GENERATOR: "MinGW Makefiles"
external_static_subdir: "windows32-gcc"
wheel_name_suffix: "win32"
# - PYTHON_VERSION: "2.7.9"
# PYTHON_ARCH: "32"
# PYTHONHOME: "C:\\Python27"
# NC_CMAKE_GENERATOR: "MinGW Makefiles"
# external_static_subdir: "windows32-gcc"
# wheel_name_suffix: "win32"

# # Win64-Visual Studio
# - PYTHON_VERSION: "2.7.9"
Expand Down

0 comments on commit ac43320

Please sign in to comment.