WIP.
This commit is contained in:
parent
bb626b67e9
commit
414561f13f
@ -5,8 +5,9 @@ steps:
|
||||
- name: build
|
||||
image: node:16.16.0-alpine3.16
|
||||
commands:
|
||||
- apk add --update --no-cache --virtual .gyp python3 make g++
|
||||
- apk add --update --no-cache --virtual .gyp g++ make py3-pip python3
|
||||
- which python3
|
||||
- rm -rf /var/cache/apk/*
|
||||
- npm install
|
||||
- apk del .gyp
|
||||
- vue-cli-service build --mode production
|
||||
|
Loading…
Reference in New Issue
Block a user