File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,6 +19,21 @@ environment:
1919 VisualStudioVersion : " 12"
2020 matrix :
2121
22+ # - nodejs_version: 6
23+ # platform: x86
24+
25+ - nodejs_version : 6
26+ platform : x64
27+
28+ # - nodejs_version: 7
29+ # platform: x86
30+
31+ - nodejs_version : 7
32+ platform : x64
33+
34+ - nodejs_version : 8
35+ platform : x64
36+
2237 # - electron_version: "1.4.14"
2338 # nodejs_version: 6
2439 # platform: x86
@@ -47,17 +62,6 @@ environment:
4762 nodejs_version : 8
4863 platform : x64
4964
50- # - nodejs_version: 6
51- # platform: x86
52-
53- - nodejs_version : 6
54- platform : x64
55-
56- # - nodejs_version: 7
57- # platform: x86
58-
59- - nodejs_version : 7
60- platform : x64
6165
6266
6367# clone directory
@@ -104,7 +108,7 @@ build_script:
104108# - npm install --build-from-source --target_arch=%npm_config_arch%
105109
106110cache :
107- - c:\projects\node-occ\occt-7.1.0
111+ # - c:\projects\node-occ\occt-7.1.0
108112
109113
110114configuration :
You can’t perform that action at this time.
0 commit comments