Mise à jour du processus de construction des paquets via Drone

This commit is contained in:
2017-07-24 18:38:32 +02:00
parent 56732e585d
commit 97247483f9
3 changed files with 16 additions and 6 deletions

View File

@ -8,11 +8,11 @@ endif
all: build
clean:
rm -rf node_modules
rm -rf dist
build:
apt-get update
apt-get install --yes --no-install-recommends curl ca-certificates
curl --silent --location https://deb.nodesource.com/setup_6.x | bash -
apt-get install --yes nodejs
npm install --ignore-scripts
ARCH=$(ELECTRON_ARCH) npm run build