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
54284c02
Commit
54284c02
authored
Apr 05, 2017
by
yann300
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
don't call makeMockCompiler for normal build
parent
93bd2653
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 @
54284c02
...
...
@@ -2,7 +2,7 @@ language: node_js
node_js
:
-
stable
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
deploy
:
provider
:
script
...
...
ci/browser_tests.sh
View file @
54284c02
...
...
@@ -10,7 +10,6 @@ SAUCECONNECT_JOBIDENTIFIER="browsersolidity_tests_${TRAVIS_JOB_NUMBER}"
SAUCECONNECT_READYFILE
=
"sc.ready"
TEST_EXITCODE
=
0
node ci/makeMockCompiler.js
npm run serve &
wget
"
$SAUCECONNECT_URL
"
...
...
package.json
View file @
54284c02
...
...
@@ -151,14 +151,14 @@
"nightwatch_remote_parallel"
:
"nightwatch --config nightwatch.js --env ie,safari,chrome,default"
,
"nightwatch_remote_safari"
:
"nightwatch --config nightwatch.js --env safari"
,
"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-install"
:
"selenium-standalone install"
,
"serve"
:
"execr --silent http-server ."
,
"sourcemap"
:
"exorcist --root ../ build/app.js.map > build/app.js"
,
"start"
:
"npm-run-all -lpr serve watch onchange"
,
"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'"
}
}
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