diff --git a/.appveyor.yml b/.appveyor.yml index d860f5f6..51d144d8 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -7,7 +7,7 @@ branches: only: - master environment: - APPVEYOR_RDP_PASSWORD: pypAss126. + # APPVEYOR_RDP_PASSWORD: pypAss126. matrix: - config: Release PYTHON: "C:\\Python36-x64" @@ -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 diff --git a/CMakeLists.txt b/CMakeLists.txt index 50934463..7bbc03a0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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