Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Commit 6bbf9f7

Browse files
committedApr 27, 2019
fix arm32v6
1 parent 866856a commit 6bbf9f7

File tree

1 file changed

+3
-110
lines changed

1 file changed

+3
-110
lines changed
 

‎.drone.yml

+3-110
Original file line numberDiff line numberDiff line change
@@ -56,33 +56,6 @@ volumes:
5656
temp: {}
5757
---
5858
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
8659
name: node8-arm32v6
8760

8861
platform:
@@ -91,94 +64,14 @@ platform:
9164

9265
steps:
9366
- 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
17768
volumes:
17869
- name: vendor
17970
path: /tmp/vendor
18071
commands:
18172
- 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
18275
- node -v
18376
- npm -v
18477
- gcc --version

0 commit comments

Comments
 (0)
This repository has been archived.