Skip to content
Snippets Groups Projects
Commit fa1275db authored by alex kuklin's avatar alex kuklin
Browse files

ci added

parent e13fc80a
No related branches found
No related tags found
1 merge request!6Ci - automated build
image: debian
stages:
- build
- dev
build:
stage: build
only:
- ci
tags:
- dell
script:
- apt-get update
- apt-get install -y curl gnupg apt-transport-https
- curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
- curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add -
- echo 'deb https://deb.nodesource.com/node_10.x stretch main' > /etc/apt/sources.list.d/nodesource.list
- echo "deb https://dl.yarnpkg.com/debian/ stable main" > /etc/apt/sources.list.d/yarn.list
- apt-get update
- apt-get install -y yarn libpng-dev pngquant build-essential rsync openssh-client
- yarn install
- yarn build
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment