This repository was archived by the owner on Jul 24, 2024. It is now read-only.
File tree 1 file changed +3
-110
lines changed
1 file changed +3
-110
lines changed Original file line number Diff line number Diff line change @@ -56,33 +56,6 @@ volumes:
56
56
temp : {}
57
57
---
58
58
kind : pipeline
59
- name : node10-arm32v7
60
-
61
- platform :
62
- os : linux
63
- arch : arm
64
-
65
- steps :
66
- - name : build
67
- image : arm32v7/node:10
68
- volumes :
69
- - name : vendor
70
- path : /tmp/vendor
71
- commands :
72
- - export SKIP_SASS_BINARY_DOWNLOAD_FOR_CI="true"
73
- - node -v
74
- - npm -v
75
- - gcc --version
76
- - g++ --version
77
- - npm install --unsafe-perm
78
- - npm test
79
- - cp -R /drone/src/vendor /tmp
80
- - ls -lsa /tmp/vendor
81
- volumes :
82
- - name : vendor
83
- temp : {}
84
- ---
85
- kind : pipeline
86
59
name : node8-arm32v6
87
60
88
61
platform :
@@ -91,94 +64,14 @@ platform:
91
64
92
65
steps :
93
66
- name : build
94
- image : arm32v6/node:8
95
- volumes :
96
- - name : vendor
97
- path : /tmp/vendor
98
- commands :
99
- - export SKIP_SASS_BINARY_DOWNLOAD_FOR_CI="true"
100
- - env
101
- - node -v
102
- - npm -v
103
- - gcc --version
104
- - g++ --version
105
- - npm install --unsafe-perm
106
- - npm test
107
- - cp -R /drone/src/vendor /tmp
108
- - ls -lsa /tmp/vendor
109
- volumes :
110
- - name : vendor
111
- temp : {}
112
- ---
113
- kind : pipeline
114
- name : node10-arm32v6
115
-
116
- platform :
117
- os : linux
118
- arch : arm
119
-
120
- steps :
121
- - name : build
122
- image : arm32v6/node:10
123
- volumes :
124
- - name : vendor
125
- path : /tmp/vendor
126
- commands :
127
- - export SKIP_SASS_BINARY_DOWNLOAD_FOR_CI="true"
128
- - node -v
129
- - npm -v
130
- - gcc --version
131
- - g++ --version
132
- - npm install --unsafe-perm
133
- - npm test
134
- - cp -R /drone/src/vendor /tmp
135
- - ls -lsa /tmp/vendor
136
- volumes :
137
- - name : vendor
138
- temp : {}
139
- ---
140
- kind : pipeline
141
- name : node11-arm32v6
142
-
143
- platform :
144
- os : linux
145
- arch : arm
146
-
147
- steps :
148
- - name : build
149
- image : arm32v6/node:11
150
- volumes :
151
- - name : vendor
152
- path : /tmp/vendor
153
- commands :
154
- - export SKIP_SASS_BINARY_DOWNLOAD_FOR_CI="true"
155
- - node -v
156
- - npm -v
157
- - gcc --version
158
- - g++ --version
159
- - npm install --unsafe-perm
160
- - npm test
161
- - cp -R /drone/src/vendor /tmp
162
- - ls -lsa /tmp/vendor
163
- volumes :
164
- - name : vendor
165
- temp : {}
166
- ---
167
- kind : pipeline
168
- name : node12-arm32v6
169
-
170
- platform :
171
- os : linux
172
- arch : arm
173
-
174
- steps :
175
- - name : build
176
- image : arm32v6/node:12
67
+ image : arm32v6/node:8-alpine
177
68
volumes :
178
69
- name : vendor
179
70
path : /tmp/vendor
180
71
commands :
181
72
- export SKIP_SASS_BINARY_DOWNLOAD_FOR_CI="true"
73
+ - apk add --no-cache python=2.7.15-r3 git-perl bash make gcc g++
74
+ - rm /bin/sh && ln -s /bin/bash /bin/sh
182
75
- node -v
183
76
- npm -v
184
77
- gcc --version
You can’t perform that action at this time.
0 commit comments