File tree 2 files changed +6
-9
lines changed
2 files changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ branches:
7
7
only :
8
8
- master
9
9
environment :
10
- APPVEYOR_RDP_PASSWORD : pypAss126.
10
+ # APPVEYOR_RDP_PASSWORD: pypAss126.
11
11
matrix :
12
12
- config : Release
13
13
PYTHON : " C:\\ Python36-x64"
@@ -20,17 +20,17 @@ install:
20
20
- " python -m pip install numpy"
21
21
- " python -m pip install scipy"
22
22
- " python -c \" import numpy as np;import sys;print(np.get_include())\" "
23
- init :
24
- - ps : iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
25
- on_finish :
26
- - ps : $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
23
+ # init:
24
+ # - ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
25
+ # on_finish:
26
+ # - ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
27
27
build :
28
28
parallel : true
29
29
build_script :
30
30
- " SET PATH=%PYTHON%;%PYTHON%\\ Scripts;%PATH%"
31
31
- cd c:\projects\igl
32
32
- python --version
33
- - python setup.py build install
33
+ - " python setup.py build install"
34
34
35
35
test_script :
36
36
- cd c:\projects\igl
Original file line number Diff line number Diff line change @@ -10,9 +10,6 @@ list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake)
10
10
# Color output
11
11
include (UseColors)
12
12
13
- #WArning this is horrible but is needed to avoid a typo in Pybind11...
14
- SET (CMAKE_HOST_WIN32 OFF )
15
-
16
13
include (PyiglDependencies)
17
14
18
15
# NumpyEigen
You can’t perform that action at this time.
0 commit comments