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
5e08b5f8
Commit
5e08b5f8
authored
Apr 05, 2017
by
yann300
Committed by
GitHub
Apr 05, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #497 from ethereum/fixMockCompiler
fix makeMockCompiler call
parents
93bd2653
54284c02
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
4 deletions
+3
-4
.travis.yml
.travis.yml
+1
-1
browser_tests.sh
ci/browser_tests.sh
+0
-1
package.json
package.json
+2
-2
No files found.
.travis.yml
View file @
5e08b5f8
...
@@ -2,7 +2,7 @@ language: node_js
...
@@ -2,7 +2,7 @@ language: node_js
node_js
:
node_js
:
-
stable
-
stable
script
:
script
:
-
npm run lint && npm run csslint && npm run test && npm run downloadsolc && npm run build
-
npm run lint && npm run csslint && npm run test && npm run downloadsolc && npm run
make-mock-compiler && npm run
build
-
./ci/browser_tests.sh
-
./ci/browser_tests.sh
deploy
:
deploy
:
provider
:
script
provider
:
script
...
...
ci/browser_tests.sh
View file @
5e08b5f8
...
@@ -10,7 +10,6 @@ SAUCECONNECT_JOBIDENTIFIER="browsersolidity_tests_${TRAVIS_JOB_NUMBER}"
...
@@ -10,7 +10,6 @@ SAUCECONNECT_JOBIDENTIFIER="browsersolidity_tests_${TRAVIS_JOB_NUMBER}"
SAUCECONNECT_READYFILE
=
"sc.ready"
SAUCECONNECT_READYFILE
=
"sc.ready"
TEST_EXITCODE
=
0
TEST_EXITCODE
=
0
node ci/makeMockCompiler.js
npm run serve &
npm run serve &
wget
"
$SAUCECONNECT_URL
"
wget
"
$SAUCECONNECT_URL
"
...
...
package.json
View file @
5e08b5f8
...
@@ -151,14 +151,14 @@
...
@@ -151,14 +151,14 @@
"nightwatch_remote_parallel"
:
"nightwatch --config nightwatch.js --env ie,safari,chrome,default"
,
"nightwatch_remote_parallel"
:
"nightwatch --config nightwatch.js --env ie,safari,chrome,default"
,
"nightwatch_remote_safari"
:
"nightwatch --config nightwatch.js --env safari"
,
"nightwatch_remote_safari"
:
"nightwatch --config nightwatch.js --env safari"
,
"onchange"
:
"onchange build/app.js -- npm-run-all lint"
,
"onchange"
:
"onchange build/app.js -- npm-run-all lint"
,
"prepublish"
:
"mkdirp build; npm-run-all -ls downloadsolc
make-mock-compiler
build"
,
"prepublish"
:
"mkdirp build; npm-run-all -ls downloadsolc build"
,
"selenium"
:
"execr --silent selenium-standalone start"
,
"selenium"
:
"execr --silent selenium-standalone start"
,
"selenium-install"
:
"selenium-standalone install"
,
"selenium-install"
:
"selenium-standalone install"
,
"serve"
:
"execr --silent http-server ."
,
"serve"
:
"execr --silent http-server ."
,
"sourcemap"
:
"exorcist --root ../ build/app.js.map > build/app.js"
,
"sourcemap"
:
"exorcist --root ../ build/app.js.map > build/app.js"
,
"start"
:
"npm-run-all -lpr serve watch onchange"
,
"start"
:
"npm-run-all -lpr serve watch onchange"
,
"test"
:
"standard; npm run csslint; node test/index.js"
,
"test"
:
"standard; npm run csslint; node test/index.js"
,
"test-browser"
:
"npm-run-all -lpr selenium serve browsertest"
,
"test-browser"
:
"npm-run-all -lpr selenium
downloadsolc make-mock-compiler
serve browsertest"
,
"watch"
:
"watchify src/index.js -dv --delay 0 -p browserify-reload -o '| npm run sourcemap'"
"watch"
:
"watchify src/index.js -dv --delay 0 -p browserify-reload -o '| npm run sourcemap'"
}
}
}
}
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