liste-de-courses-www/.drone.yml
2022-07-19 17:41:27 +02:00

16 lines
409 B
YAML

kind: pipeline
type: docker
steps:
- name: build
image: node:16.16.0-alpine3.16
commands:
- apk add --update --no-cache --virtual .gyp g++ make py3-pip python3
- which python3
- npm install -g node-gyp@latest
- npm config set python "/usr/bin/python3"
- rm -rf /var/cache/apk/*
- npm install
- apk del .gyp
- vue-cli-service build --mode production