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
4908d6cd
Commit
4908d6cd
authored
Jul 28, 2020
by
ioedeveloper
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Disable parent parent jobs
parent
9584c3d9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
99 additions
and
101 deletions
+99
-101
config.yml
.circleci/config.yml
+96
-99
deploy_from_travis_remix-alpha.sh
apps/remix-ide/ci/deploy_from_travis_remix-alpha.sh
+3
-2
No files found.
.circleci/config.yml
View file @
4908d6cd
...
...
@@ -21,10 +21,10 @@ jobs:
steps
:
-
checkout
-
run
:
npm install
-
run
:
npm run lint:libs
-
run
:
npm run build:libs
-
run
:
npm run test:libs
#
- run: npm install
#
- run: npm run lint:libs
#
- run: npm run build:libs
#
- run: npm run test:libs
remix-ide-chrome
:
docker
:
...
...
@@ -45,31 +45,31 @@ jobs:
parallelism
:
20
steps
:
-
checkout
-
run
:
npm install
-
run
:
npm run lint
-
run
:
npm run build:libs
-
run
:
npm run downloadsolc_root
-
run
:
npm run build
-
run
:
name
:
Download Compatible JAVA Version for Selenium
command
:
|
java -version
sudo apt-get purge --auto-remove java-common
sudo apt-get update
sudo apt-get install openjdk-8-jdk
java -version
-
run
:
name
:
Download Selenium
command
:
./node_modules/.bin/selenium-standalone install --config=../remix-project/apps/remix-ide/seleniumConfig.js
-
run
:
name
:
Start Selenium
command
:
./node_modules/.bin/selenium-standalone start --config=../remix-project/apps/remix-ide/seleniumConfig.js
background
:
true
-
run
:
./apps/remix-ide/ci/browser_tests_chrome.sh
-
store_test_results
:
path
:
./apps/remix-ide/reports/tests
-
store_artifacts
:
path
:
./apps/remix-ide/reports/screenshots
#
- run: npm install
#
- run: npm run lint
#
- run: npm run build:libs
#
- run: npm run downloadsolc_root
#
- run: npm run build
#
- run:
#
name: Download Compatible JAVA Version for Selenium
#
command: |
#
java -version
#
sudo apt-get purge --auto-remove java-common
#
sudo apt-get update
#
sudo apt-get install openjdk-8-jdk
#
java -version
#
- run:
#
name: Download Selenium
#
command: ./node_modules/.bin/selenium-standalone install --config=../remix-project/apps/remix-ide/seleniumConfig.js
#
- run:
#
name: Start Selenium
#
command: ./node_modules/.bin/selenium-standalone start --config=../remix-project/apps/remix-ide/seleniumConfig.js
#
background: true
#
- run: ./apps/remix-ide/ci/browser_tests_chrome.sh
#
- store_test_results:
#
path: ./apps/remix-ide/reports/tests
#
- store_artifacts:
#
path: ./apps/remix-ide/reports/screenshots
remix-ide-firefox
:
docker
:
...
...
@@ -90,29 +90,29 @@ jobs:
parallelism
:
20
steps
:
-
checkout
-
run
:
npm install
-
run
:
npm run lint
-
run
:
npm run build:libs
-
run
:
npm run downloadsolc_root
-
run
:
npm run build
-
run
:
name
:
Download Selenium
command
:
./node_modules/.bin/selenium-standalone install --config=../remix-project/apps/remix-ide/seleniumConfig.js
-
run
:
name
:
Start Selenium
command
:
./node_modules/.bin/selenium-standalone start --config=../remix-project/apps/remix-ide/seleniumConfig.js
background
:
true
-
run
:
name
:
Download Latest Firefox
command
:
sudo apt-get purge -y firefox && wget https://sourceforge.net/projects/ubuntuzilla/files/mozilla/apt/pool/main/f/firefox-mozilla-build/firefox-mozilla-build_73.0.1-0ubuntu1_amd64.deb
-
run
:
name
:
Install Firefox
command
:
sudo dpkg -i firefox-mozilla-build_73.0.1-0ubuntu1_amd64.deb
-
run
:
./apps/remix-ide/ci/browser_tests_firefox.sh
-
store_test_results
:
path
:
./apps/remix-ide/reports/tests
-
store_artifacts
:
path
:
./apps/remix-ide/reports/screenshots
#
- run: npm install
#
- run: npm run lint
#
- run: npm run build:libs
#
- run: npm run downloadsolc_root
#
- run: npm run build
#
- run:
#
name: Download Selenium
#
command: ./node_modules/.bin/selenium-standalone install --config=../remix-project/apps/remix-ide/seleniumConfig.js
#
- run:
#
name: Start Selenium
#
command: ./node_modules/.bin/selenium-standalone start --config=../remix-project/apps/remix-ide/seleniumConfig.js
#
background: true
#
- run:
#
name: Download Latest Firefox
#
command: sudo apt-get purge -y firefox && wget https://sourceforge.net/projects/ubuntuzilla/files/mozilla/apt/pool/main/f/firefox-mozilla-build/firefox-mozilla-build_73.0.1-0ubuntu1_amd64.deb
#
- run:
#
name: Install Firefox
#
command: sudo dpkg -i firefox-mozilla-build_73.0.1-0ubuntu1_amd64.deb
#
- run: ./apps/remix-ide/ci/browser_tests_firefox.sh
#
- store_test_results:
#
path: ./apps/remix-ide/reports/tests
#
- store_artifacts:
#
path: ./apps/remix-ide/reports/screenshots
remix-ide-run-deploy
:
docker
:
...
...
@@ -132,29 +132,29 @@ jobs:
steps
:
-
checkout
-
run
:
npm install
-
run
:
npm run lint
-
run
:
npm run build:libs
-
run
:
npm run downloadsolc_root
-
run
:
npm run build
-
run
:
name
:
Download Compatible JAVA Version for Selenium
command
:
|
java -version
sudo apt-get purge --auto-remove java-common
sudo apt-get update
sudo apt-get install openjdk-8-jdk
java -version
-
run
:
name
:
Download Selenium
command
:
./node_modules/.bin/selenium-standalone install --config=../remix-project/apps/remix-ide/seleniumConfig.js
-
run
:
name
:
Start Selenium
command
:
./node_modules/.bin/selenium-standalone start --config=../remix-project/apps/remix-ide/seleniumConfig.js
background
:
true
-
run
:
./apps/remix-ide/ci/browser_tests_run_deploy.sh
-
store_artifacts
:
path
:
./apps/remix-ide/reports/screenshots
#
- run: npm install
#
- run: npm run lint
#
- run: npm run build:libs
#
- run: npm run downloadsolc_root
#
- run: npm run build
#
- run:
#
name: Download Compatible JAVA Version for Selenium
#
command: |
#
java -version
#
sudo apt-get purge --auto-remove java-common
#
sudo apt-get update
#
sudo apt-get install openjdk-8-jdk
#
java -version
#
- run:
#
name: Download Selenium
#
command: ./node_modules/.bin/selenium-standalone install --config=../remix-project/apps/remix-ide/seleniumConfig.js
#
- run:
#
name: Start Selenium
#
command: ./node_modules/.bin/selenium-standalone start --config=../remix-project/apps/remix-ide/seleniumConfig.js
#
background: true
#
- run: ./apps/remix-ide/ci/browser_tests_run_deploy.sh
#
- store_artifacts:
#
path: ./apps/remix-ide/reports/screenshots
deploy-remix-live
:
...
...
@@ -175,19 +175,19 @@ jobs:
steps
:
-
checkout
-
run
:
npm install
-
run
:
npm run lint
-
run
:
npm run build:libs
-
run
:
npm run downloadsolc_root
-
run
:
npm run build
-
run
:
name
:
Deploy
command
:
|
if [ "${CIRCLE_BRANCH}" == "remix_live" ]; then
./apps/remix-ide/ci/deploy_from_travis_remix-live.sh;
fi
-
store_artifacts
:
path
:
./apps/remix-ide/reports/screenshots
#
- run: npm install
#
- run: npm run lint
#
- run: npm run build:libs
#
- run: npm run downloadsolc_root
#
- run: npm run build
#
- run:
#
name: Deploy
#
command: |
#
if [ "${CIRCLE_BRANCH}" == "remix_live" ]; then
#
./apps/remix-ide/ci/deploy_from_travis_remix-live.sh;
#
fi
#
- store_artifacts:
#
path: ./apps/remix-ide/reports/screenshots
publish-docker
:
docker
:
...
...
@@ -207,12 +207,12 @@ jobs:
steps
:
-
checkout
-
setup_remote_docker
-
run
:
npm install
-
run
:
npm run build:libs
-
run
:
npm run downloadsolc_root
-
run
:
npm run build
-
run
:
./apps/remix-ide/ci/build_and_publish_docker_images.sh
#
- setup_remote_docker
#
- run: npm install
#
- run: npm run build:libs
#
- run: npm run downloadsolc_root
#
- run: npm run build
#
- run: ./apps/remix-ide/ci/build_and_publish_docker_images.sh
deploy-remix-alpha
:
docker
:
...
...
@@ -277,7 +277,4 @@ workflows:
requires
:
-
remix-ide-chrome
-
remix-ide-firefox
-
remix-ide-run-deploy
filters
:
branches
:
only
:
master
\ No newline at end of file
-
remix-ide-run-deploy
\ No newline at end of file
apps/remix-ide/ci/deploy_from_travis_remix-alpha.sh
View file @
4908d6cd
...
...
@@ -13,11 +13,12 @@ echo "Built website from \`$SHA\`. See https://github.com/ethereum/remix-ide/ fo
echo
"To use an offline copy, download
\`
remix-
$SHA
.zip
\`
."
>>
README.md
cp
-r
$FILES_TO_PACKAGE
"./"
rm
-rf
dist
ls
FILES_TO_DEPLOY
=
"assets index.html main.js polyfills.js runtime.js vendor.js"
# ZIP the whole directory
zip
-r
remix-
$SHA
.zip
$FILES_TO_
PACKAGE
zip
-r
remix-
$SHA
.zip
$FILES_TO_
DEPLOY
# -f is needed because "build" is part of .gitignore
git add
-f
$FILES_TO_
PACKAGE
remix-
$SHA
.zip
git add
-f
$FILES_TO_
DEPLOY
remix-
$SHA
.zip
git commit
-m
"Built website from {
$SHA
}."
git push
-f
git@github.com:ethereum/remix-live-alpha.git gh-pages
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