remove old remix-debugger circle task

pull/1/head
Iuri Matias 6 years ago committed by yann300
parent a3a979a9ba
commit b4e0e0305b
  1. 21
      .circleci/config.yml

@ -34,30 +34,9 @@ jobs:
- ~/repo/node_modules - ~/repo/node_modules
- run: npm run lint && npm run test && npm run make-mock-compiler && npm run build - run: npm run lint && npm run test && npm run make-mock-compiler && npm run build
- run: ./ci/browser_tests.sh - run: ./ci/browser_tests.sh
remix-debugger:
docker:
# specify the version you desire here
- image: circleci/node:9.11.2
working_directory: ~/repo
steps:
- checkout
- restore_cache:
keys:
- dep-bundle-17-{{ checksum "package.json" }}
- run: npm install
- save_cache:
key: dep-bundle-17-{{ checksum "package.json" }}
paths:
- ~/repo/node_modules
- run: npm run build_debugger
- run: ./ci/browser_tests_debugger.sh
workflows: workflows:
version: 2 version: 2
build_all: build_all:
jobs: jobs:
- remix-ide - remix-ide
- remix-debugger

Loading…
Cancel
Save