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
d72566cc
Commit
d72566cc
authored
May 18, 2020
by
ioedeveloper
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Debug ci
parent
bd6bae09
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
20 additions
and
16 deletions
+20
-16
browser_tests.sh
apps/remix-ide/ci/browser_tests.sh
+5
-4
browser_tests_chrome.sh
apps/remix-ide/ci/browser_tests_chrome.sh
+5
-4
browser_tests_firefox.sh
apps/remix-ide/ci/browser_tests_firefox.sh
+5
-4
browser_tests_run_deploy.sh
apps/remix-ide/ci/browser_tests_run_deploy.sh
+5
-4
No files found.
apps/remix-ide/ci/browser_tests.sh
View file @
d72566cc
...
...
@@ -3,11 +3,12 @@
set
-e
setupRemixd
()
{
SHAREDDIR
=
"/apps/remix-ide/contracts"
mkdir
remixdSharedfolder
cd
apps/remix-ide/contracts
echo
'sharing folder: '
echo
$PWD
$SHAREDDIR
remixd
-s
$PWD$SHAREDDIR
--remix-ide
http://127.0.0.1:8080 &
ls
cd
$PWD
echo
$PWD
../../../node_modules/.bin/remixd
-s
$PWD
--remix-ide
http://127.0.0.1:8080 &
cd
../../..
}
BUILD_ID
=
${
CIRCLE_BUILD_NUM
:-${
TRAVIS_JOB_NUMBER
}}
...
...
apps/remix-ide/ci/browser_tests_chrome.sh
View file @
d72566cc
...
...
@@ -3,11 +3,12 @@
set
-e
setupRemixd
()
{
SHAREDDIR
=
"/apps/remix-ide/contracts"
mkdir
remixdSharedfolder
cd
apps/remix-ide/contracts
echo
'sharing folder: '
echo
$PWD
$SHAREDDIR
cd
$PWD
remixd
-s
$PWD$SHAREDDIR
--remix-ide
http://127.0.0.1:8080
echo
$PWD
../../../node_modules/.bin/remixd
-s
$PWD
--remix-ide
http://127.0.0.1:8080 &
cd
../../..
}
BUILD_ID
=
${
CIRCLE_BUILD_NUM
:-${
TRAVIS_JOB_NUMBER
}}
...
...
apps/remix-ide/ci/browser_tests_firefox.sh
View file @
d72566cc
...
...
@@ -3,11 +3,12 @@
set
-e
setupRemixd
()
{
SHAREDDIR
=
"/apps/remix-ide/contracts"
mkdir
remixdSharedfolder
cd
apps/remix-ide/contracts
echo
'sharing folder: '
echo
$PWD
$SHAREDDIR
remixd
-s
$PWD$SHAREDDIR
--remix-ide
http://127.0.0.1:8080 &
cd
$PWD
echo
$PWD
../../../node_modules/.bin/remixd
-s
$PWD
--remix-ide
http://127.0.0.1:8080 &
cd
../../..
}
BUILD_ID
=
${
CIRCLE_BUILD_NUM
:-${
TRAVIS_JOB_NUMBER
}}
...
...
apps/remix-ide/ci/browser_tests_run_deploy.sh
View file @
d72566cc
...
...
@@ -3,11 +3,12 @@
set
-e
setupRemixd
()
{
SHAREDDIR
=
"/apps/remix-ide/contracts"
mkdir
remixdSharedfolder
cd
apps/remix-ide/contracts
echo
'sharing folder: '
echo
$PWD
$SHAREDDIR
remixd
-s
$PWD$SHAREDDIR
--remix-ide
http://127.0.0.1:8080 &
cd
$PWD
echo
$PWD
../../../node_modules/.bin/remixd
-s
$PWD
--remix-ide
http://127.0.0.1:8080 &
cd
../../..
}
BUILD_ID
=
${
CIRCLE_BUILD_NUM
:-${
TRAVIS_JOB_NUMBER
}}
...
...
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