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
c6bdc89d
Commit
c6bdc89d
authored
Jul 05, 2018
by
yann300
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
enable remix-analyzer on circleci
parent
cc0028c1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
8 deletions
+18
-8
config.yml
.circleci/config.yml
+11
-0
lerna.json
lerna.json
+2
-1
package.json
remix-analyzer/package.json
+5
-7
No files found.
.circleci/config.yml
View file @
c6bdc89d
...
@@ -33,6 +33,16 @@ jobs:
...
@@ -33,6 +33,16 @@ jobs:
-
checkout
-
checkout
-
run
:
npm install && npm run bootstrap
-
run
:
npm install && npm run bootstrap
-
run
:
cd remix-debug && npm test
-
run
:
cd remix-debug && npm test
remix-analyzer
:
docker
:
-
image
:
circleci/node:7.10
environment
:
working_directory
:
~/repo
steps
:
-
checkout
-
run
:
npm install && npm run bootstrap
-
run
:
cd remix-analyzer && npm test
workflows
:
workflows
:
version
:
2
version
:
2
...
@@ -41,4 +51,5 @@ workflows:
...
@@ -41,4 +51,5 @@ workflows:
-
remix-lib
-
remix-lib
-
remix-solidity
-
remix-solidity
-
remix-debug
-
remix-debug
-
remix-analyzer
lerna.json
View file @
c6bdc89d
...
@@ -4,7 +4,8 @@
...
@@ -4,7 +4,8 @@
"remix-debug"
,
"remix-debug"
,
"remix-debugger"
,
"remix-debugger"
,
"remix-lib"
,
"remix-lib"
,
"remix-solidity"
"remix-solidity"
,
"remix-analyzer"
],
],
"version"
:
"independent"
"version"
:
"independent"
}
}
remix-analyzer/package.json
View file @
c6bdc89d
...
@@ -21,7 +21,10 @@
...
@@ -21,7 +21,10 @@
"babel-eslint"
:
"^7.1.1"
,
"babel-eslint"
:
"^7.1.1"
,
"babel-plugin-transform-object-assign"
:
"^6.22.0"
,
"babel-plugin-transform-object-assign"
:
"^6.22.0"
,
"remix-lib"
:
"^0.2.9"
,
"remix-lib"
:
"^0.2.9"
,
"babel-preset-es2015"
:
"^6.24.0"
"babel-preset-es2015"
:
"^6.24.0"
,
"solc"
:
"^0.4.24"
,
"standard"
:
"^7.0.1"
,
"tape"
:
"^4.6.0"
},
},
"scripts"
:
{
"scripts"
:
{
"test"
:
"standard && tape ./test/tests.js"
"test"
:
"standard && tape ./test/tests.js"
...
@@ -35,10 +38,5 @@
...
@@ -35,10 +38,5 @@
},
},
"author"
:
"Remix Team"
,
"author"
:
"Remix Team"
,
"license"
:
"MIT"
,
"license"
:
"MIT"
,
"homepage"
:
"https://github.com/ethereum/remix#readme"
,
"homepage"
:
"https://github.com/ethereum/remix#readme"
"devDependencies"
:
{
"solc"
:
"^0.4.24"
,
"standard"
:
"^7.0.1"
,
"tape"
:
"^4.6.0"
}
}
}
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