Skip to content

Commit

Permalink
maybe fixed windows
Browse files Browse the repository at this point in the history
  • Loading branch information
teseoch committed May 30, 2019
1 parent e13b569 commit b7c9b4a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
12 changes: 6 additions & 6 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ branches:
only:
- master
environment:
APPVEYOR_RDP_PASSWORD: pypAss126.
# APPVEYOR_RDP_PASSWORD: pypAss126.
matrix:
- config: Release
PYTHON: "C:\\Python36-x64"
Expand All @@ -20,17 +20,17 @@ install:
- "python -m pip install numpy"
- "python -m pip install scipy"
- "python -c \"import numpy as np;import sys;print(np.get_include())\""
init:
- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
on_finish:
- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
# init:
# - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
# on_finish:
# - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
build:
parallel: true
build_script:
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
- cd c:\projects\igl
- python --version
- python setup.py build install
- "python setup.py build install"

test_script:
- cd c:\projects\igl
Expand Down
3 changes: 0 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake)
# Color output
include(UseColors)

#WArning this is horrible but is needed to avoid a typo in Pybind11...
SET(CMAKE_HOST_WIN32 OFF)

include(PyiglDependencies)

# NumpyEigen
Expand Down

0 comments on commit b7c9b4a

Please sign in to comment.