mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-25 11:28:51 +01:00
Revert "Revert "Ci - introduce a build job""
This commit is contained in:
parent
246287ff1c
commit
e0d98e73e3
@ -6,6 +6,9 @@ workflows:
|
|||||||
jobs:
|
jobs:
|
||||||
- prep-deps-npm
|
- prep-deps-npm
|
||||||
- prep-deps-firefox
|
- prep-deps-firefox
|
||||||
|
- build:
|
||||||
|
requires:
|
||||||
|
- prep-deps-npm
|
||||||
- prep-scss:
|
- prep-scss:
|
||||||
requires:
|
requires:
|
||||||
- prep-deps-npm
|
- prep-deps-npm
|
||||||
@ -217,3 +220,17 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
name: test:integration:mascara
|
name: test:integration:mascara
|
||||||
command: npm run test:mascara
|
command: npm run test:mascara
|
||||||
|
|
||||||
|
build:
|
||||||
|
docker:
|
||||||
|
- image: circleci/node:8-browsers
|
||||||
|
steps:
|
||||||
|
- checkout
|
||||||
|
- restore_cache:
|
||||||
|
key: dependency-cache-{{ checksum "package-lock.json" }}
|
||||||
|
- run:
|
||||||
|
name: build:dist
|
||||||
|
command: npm run dist
|
||||||
|
- run:
|
||||||
|
name: build:debug
|
||||||
|
command: find dist/ -type f -exec md5sum {} \; | sort -k 2
|
||||||
|
Loading…
Reference in New Issue
Block a user