Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
23bade03
Unverified
Commit
23bade03
authored
Mar 21, 2018
by
yann300
Committed by
GitHub
Mar 21, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1180 from ethereum/testremixdebugger
Run test parallel
parents
e6e4b10a
91fea063
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
7 deletions
+25
-7
config.yml
.circleci/config.yml
+25
-7
No files found.
.circleci/config.yml
View file @
23bade03
...
...
@@ -4,7 +4,7 @@
#
version
:
2
jobs
:
build
:
remix-ide
:
docker
:
# specify the version you desire here
-
image
:
circleci/node:7.10
...
...
@@ -26,20 +26,37 @@ jobs:
-
checkout
-
restore_cache
:
keys
:
-
dep-bundle-
2
-{{ checksum "package.json" }}
-
dep-bundle-
4
-{{ checksum "package.json" }}
-
run
:
npm install
-
save_cache
:
key
:
dep-bundle-
2
-{{ checksum "package.json" }}
key
:
dep-bundle-
4
-{{ checksum "package.json" }}
paths
:
-
/repo/node_modules
-
~
/repo/node_modules
-
run
:
npm run lint && npm run test && npm run downloadsolc && npm run make-mock-compiler && npm run build
-
run
:
./ci/browser_tests.sh
remix-debugger
:
docker
:
# specify the version you desire here
-
image
:
circleci/node:7.10
working_directory
:
~/repo
steps
:
-
checkout
-
restore_cache
:
keys
:
-
dep-bundle-3-{{ checksum "package.json" }}
-
run
:
npm install
-
save_cache
:
key
:
dep-bundle-3-{{ checksum "package.json" }}
paths
:
-
~/repo/node_modules
-
run
:
cd src/app/debugger/remix-debugger && ./ci/browser_tests.sh
# - run: if [ $CIRCLE_BRANCH = 'master' ]; then ./ci/deploy_from_travis_master.sh; fi
# - run: if [ $CIRCLE_BRANCH = 'remix_live' ]; then ./ci/deploy_from_travis_master.sh; fi
workflows
:
version
:
2
build_all
:
jobs
:
-
build
-
remix-ide
-
remix-debugger
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment