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
5a67af1d
Commit
5a67af1d
authored
Jul 05, 2018
by
yann300
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove remix-solidity unit testing from circleci
parent
c6bdc89d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
12 deletions
+0
-12
config.yml
.circleci/config.yml
+0
-11
package.json
remix-solidity/package.json
+0
-1
No files found.
.circleci/config.yml
View file @
5a67af1d
...
...
@@ -14,16 +14,6 @@ jobs:
-
run
:
npm install && npm run bootstrap
-
run
:
cd remix-lib && npm test
remix-solidity
:
docker
:
-
image
:
circleci/node:7.10
environment
:
working_directory
:
~/repo
steps
:
-
checkout
-
run
:
npm install && npm run bootstrap
-
run
:
cd remix-solidity && npm test
remix-debug
:
docker
:
-
image
:
circleci/node:7.10
...
...
@@ -49,7 +39,6 @@ workflows:
build_all
:
jobs
:
-
remix-lib
-
remix-solidity
-
remix-debug
-
remix-analyzer
remix-solidity/package.json
View file @
5a67af1d
...
...
@@ -29,7 +29,6 @@
"webworkify"
:
"^1.2.1"
},
"scripts"
:
{
"test"
:
"standard && npm run downloadsolc && tape ./test/tests.js"
,
"downloadsolc"
:
"cd node_modules/solc && (test -e soljson.js || wget --no-check-certificate https://solc-bin.ethereum.org/soljson.js) && cd .."
,
"prepublish"
:
"mkdirp build; npm-run-all -ls downloadsolc"
,
"postinstall"
:
"npm-run-all -ls downloadsolc"
...
...
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