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
47972ec2
Unverified
Commit
47972ec2
authored
Mar 05, 2018
by
yann300
Committed by
GitHub
Mar 05, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1132 from ethereum/fixBuild_RemoveRemixSync
remove remix repo local sync
parents
f6d86765
0c65d56a
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
config.yml
.circleci/config.yml
+1
-1
.travis.yml
.travis.yml
+1
-1
ballot.js
test-browser/tests/ballot.js
+2
-2
No files found.
.circleci/config.yml
View file @
47972ec2
...
@@ -32,7 +32,7 @@ jobs:
...
@@ -32,7 +32,7 @@ jobs:
key
:
dep-bundle-{{ checksum "package.json" }}
key
:
dep-bundle-{{ checksum "package.json" }}
paths
:
paths
:
-
/repo/node_modules
-
/repo/node_modules
-
run
:
npm run lint && npm run test && npm run downloadsolc && npm run make-mock-compiler && npm run
setupremix && npm run
build
-
run
:
npm run lint && npm run test && npm run downloadsolc && npm run make-mock-compiler && npm run build
-
run
:
./ci/browser_tests.sh
-
run
:
./ci/browser_tests.sh
# - run: if [ $CIRCLE_BRANCH = 'master' ]; then ./ci/deploy_from_travis_master.sh; fi
# - 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
# - run: if [ $CIRCLE_BRANCH = 'remix_live' ]; then ./ci/deploy_from_travis_master.sh; fi
...
...
.travis.yml
View file @
47972ec2
...
@@ -6,7 +6,7 @@ branches:
...
@@ -6,7 +6,7 @@ branches:
-
master
-
master
-
remix_live
-
remix_live
script
:
script
:
-
npm run lint && npm run test && npm run downloadsolc && npm run make-mock-compiler && npm run
setupremix && npm run
build
-
npm run lint && 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
...
...
test-browser/tests/ballot.js
View file @
47972ec2
...
@@ -43,8 +43,8 @@ function runTests (browser, testData) {
...
@@ -43,8 +43,8 @@ function runTests (browser, testData) {
.
click
(
'span#tx0x0571a2439ea58bd349dd130afb8aff62a33af14c06de0dbc3928519bdf13ce2e button[class^="debug"]'
)
.
click
(
'span#tx0x0571a2439ea58bd349dd130afb8aff62a33af14c06de0dbc3928519bdf13ce2e button[class^="debug"]'
)
.
pause
(
1000
)
.
pause
(
1000
)
.
click
(
'#jumppreviousbreakpoint'
)
.
click
(
'#jumppreviousbreakpoint'
)
.
click
(
'#stepdetail .title'
)
.
click
(
'#stepdetail .title
.fa
'
)
.
click
(
'#asmcodes .title'
)
.
click
(
'#asmcodes .title
.fa
'
)
.
pause
(
500
)
.
pause
(
500
)
.
perform
(
function
(
client
,
done
)
{
.
perform
(
function
(
client
,
done
)
{
console
.
log
(
'goToVMtraceStep'
)
console
.
log
(
'goToVMtraceStep'
)
...
...
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