pull/3505/head
filip mertens 2 years ago committed by bunsenstraat
parent 57ad847e75
commit efb63e6292
  1. 6
      .circleci/config.yml

@ -14,6 +14,11 @@ jobs:
resource_class:
xlarge
working_directory: ~/remix-project
environment:
COMMIT_AUTHOR_EMAIL: "yann@ethereum.org"
COMMIT_AUTHOR: "Circle CI"
FILES_TO_PACKAGE: "dist/apps/remix-ide/index.html dist/apps/remix-ide/404.html dist/apps/remix-ide/*.js dist/apps/remix-ide/assets dist/apps/remix-ide/favicon.ico"
steps:
- checkout
- restore_cache:
@ -24,6 +29,7 @@ jobs:
key: v1-deps-{{ checksum "yarn.lock" }}
paths:
- node_modules
- run: echo "$COMMIT_AUTHOR_EMAIL"
- run:
name: Build
command: |

Loading…
Cancel
Save