This repository was archived by the owner on Jul 24, 2024. It is now read-only.
File tree 2 files changed +7
-60
lines changed
2 files changed +7
-60
lines changed Original file line number Diff line number Diff line change 19
19
- 15
20
20
- 16
21
21
22
+ architecture :
23
+ - x64
24
+ - x86
25
+
22
26
include :
23
27
- node : 12
24
28
os : windows-2016
36
40
uses : actions/setup-node@v2.4.0
37
41
with :
38
42
node-version : ${{ matrix.node }}
43
+ architecture : ${{ matrix.architecture }}
39
44
40
45
- name : Install packages
41
- run : npm install --unsafe-perm
46
+ run : npm install
42
47
env :
43
48
SKIP_SASS_BINARY_DOWNLOAD_FOR_CI : true
44
49
48
53
- uses : actions/upload-artifact@v2
49
54
if : github.repository_owner == 'sass' && github.event_name != 'pull_request'
50
55
with :
51
- name : ${{ matrix.node }}
56
+ name : ${{ matrix.node }}-${{ matrix.architecture }}
52
57
path : |
53
58
vendor/**/binding.node
54
59
build/Release/binding.pdb
Original file line number Diff line number Diff line change 77
77
secure : IZIifH990iABY3PQUtkRscTU/NOyYYwptGB6B1y2b618vpphV/2KD/4IWJzSAYAi
78
78
on :
79
79
appveyor_repo_tag : true # deploy on tag push only
80
-
81
- -
82
- branches :
83
- except :
84
- - release
85
- - /v\d\.\d\.\d/
86
-
87
- skip_branch_with_pr : true
88
- skip_tags : true
89
-
90
- os : Visual Studio 2017
91
-
92
- configuration : testing
93
-
94
- platform :
95
- - x86
96
-
97
- version : " {build}"
98
-
99
- build : off
100
-
101
- clone_folder : c:\projects\node_modules\node-sass
102
-
103
- init :
104
- - cmd : >-
105
- subst s: c:\projects
106
- - ps : set-location -path s:\node_modules\node-sass
107
-
108
- cache :
109
- - ' %userprofile%\.node-gyp'
110
- - ' %AppData%\npm-cache'
111
-
112
- environment :
113
- SKIP_SASS_BINARY_DOWNLOAD_FOR_CI : true
114
- matrix :
115
- - nodejs_version : 12
116
- GYP_MSVS_VERSION : 2017
117
- APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2017
118
- - nodejs_version : 14
119
- GYP_MSVS_VERSION : 2017
120
- APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2017
121
- - nodejs_version : 15
122
- GYP_MSVS_VERSION : 2019
123
- APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2019
124
- - nodejs_version : 16
125
- GYP_MSVS_VERSION : 2019
126
- APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2019
127
-
128
- install :
129
- # https://www.appveyor.com/docs/lang/nodejs-iojs/#installing-any-version-of-nodejs-or-iojs
130
- - ps : Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version) $env:platform
131
- - node --version
132
- - npm --version
133
- - npm install
134
-
135
- test_script :
136
- - ps : set-location -path c:\projects\node_modules\node-sass
137
- - npm test
You can’t perform that action at this time.
0 commit comments