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
88b34ceb
Commit
88b34ceb
authored
Jul 27, 2020
by
ioedeveloper
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Restore build steps
parent
4af64903
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
78 additions
and
78 deletions
+78
-78
config.yml
.circleci/config.yml
+78
-78
No files found.
.circleci/config.yml
View file @
88b34ceb
...
@@ -21,10 +21,10 @@ jobs:
...
@@ -21,10 +21,10 @@ jobs:
steps
:
steps
:
-
checkout
-
checkout
#
- run: npm install
-
run
:
npm install
#
- run: npm run lint:libs
-
run
:
npm run lint:libs
#
- run: npm run build:libs
-
run
:
npm run build:libs
#
- run: npm run test:libs
-
run
:
npm run test:libs
remix-ide-chrome
:
remix-ide-chrome
:
docker
:
docker
:
...
@@ -45,29 +45,29 @@ jobs:
...
@@ -45,29 +45,29 @@ jobs:
parallelism
:
20
parallelism
:
20
steps
:
steps
:
-
checkout
-
checkout
#
- run: npm install
-
run
:
npm install
#
- run: npm run lint
-
run
:
npm run lint
#
- run: npm run build:libs
-
run
:
npm run build:libs
#
- run: npm run downloadsolc_root
-
run
:
npm run downloadsolc_root
#
- run: npm run build
-
run
:
npm run build
#
- run:
-
run
:
#
name: Download Compatible JAVA Version for Selenium
name
:
Download Compatible JAVA Version for Selenium
#
command: |
command
:
|
#
java -version
java -version
#
sudo apt-get purge --auto-remove java-common
sudo apt-get purge --auto-remove java-common
#
sudo apt-get update
sudo apt-get update
#
sudo apt-get install openjdk-8-jdk
sudo apt-get install openjdk-8-jdk
#
java -version
java -version
#
- run:
-
run
:
#
name: Download Selenium
name
:
Download Selenium
#
command: ./node_modules/.bin/selenium-standalone install --config=../remix-project/apps/remix-ide/seleniumConfig.js
command
:
./node_modules/.bin/selenium-standalone install --config=../remix-project/apps/remix-ide/seleniumConfig.js
#
- run:
-
run
:
#
name: Start Selenium
name
:
Start Selenium
#
command: ./node_modules/.bin/selenium-standalone start --config=../remix-project/apps/remix-ide/seleniumConfig.js
command
:
./node_modules/.bin/selenium-standalone start --config=../remix-project/apps/remix-ide/seleniumConfig.js
#
background: true
background
:
true
#
- run: ./apps/remix-ide/ci/browser_tests_chrome.sh
-
run
:
./apps/remix-ide/ci/browser_tests_chrome.sh
#
- store_test_results:
-
store_test_results
:
#
path: ./apps/remix-ide/reports/tests
path
:
./apps/remix-ide/reports/tests
-
store_artifacts
:
-
store_artifacts
:
path
:
./apps/remix-ide/reports/screenshots
path
:
./apps/remix-ide/reports/screenshots
...
@@ -90,25 +90,25 @@ jobs:
...
@@ -90,25 +90,25 @@ jobs:
parallelism
:
20
parallelism
:
20
steps
:
steps
:
-
checkout
-
checkout
#
- run: npm install
-
run
:
npm install
#
- run: npm run lint
-
run
:
npm run lint
#
- run: npm run build:libs
-
run
:
npm run build:libs
#
- run: npm run downloadsolc_root
-
run
:
npm run downloadsolc_root
#
- run: npm run build
-
run
:
npm run build
#
- run:
-
run
:
#
name: Download Selenium
name
:
Download Selenium
#
command: ./node_modules/.bin/selenium-standalone install --config=../remix-project/apps/remix-ide/seleniumConfig.js
command
:
./node_modules/.bin/selenium-standalone install --config=../remix-project/apps/remix-ide/seleniumConfig.js
#
- run:
-
run
:
#
name: Start Selenium
name
:
Start Selenium
#
command: ./node_modules/.bin/selenium-standalone start --config=../remix-project/apps/remix-ide/seleniumConfig.js
command
:
./node_modules/.bin/selenium-standalone start --config=../remix-project/apps/remix-ide/seleniumConfig.js
#
background: true
background
:
true
#
- run:
-
run
:
#
name: Download Latest Firefox
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
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:
-
run
:
#
name: Install Firefox
name
:
Install Firefox
#
command: sudo dpkg -i firefox-mozilla-build_73.0.1-0ubuntu1_amd64.deb
command
:
sudo dpkg -i firefox-mozilla-build_73.0.1-0ubuntu1_amd64.deb
#
- run: ./apps/remix-ide/ci/browser_tests_firefox.sh
-
run
:
./apps/remix-ide/ci/browser_tests_firefox.sh
-
store_test_results
:
-
store_test_results
:
path
:
./apps/remix-ide/reports/tests
path
:
./apps/remix-ide/reports/tests
-
store_artifacts
:
-
store_artifacts
:
...
@@ -132,27 +132,27 @@ jobs:
...
@@ -132,27 +132,27 @@ jobs:
steps
:
steps
:
-
checkout
-
checkout
#
- run: npm install
-
run
:
npm install
#
- run: npm run lint
-
run
:
npm run lint
#
- run: npm run build:libs
-
run
:
npm run build:libs
#
- run: npm run downloadsolc_root
-
run
:
npm run downloadsolc_root
#
- run: npm run build
-
run
:
npm run build
#
- run:
-
run
:
#
name: Download Compatible JAVA Version for Selenium
name
:
Download Compatible JAVA Version for Selenium
#
command: |
command
:
|
#
java -version
java -version
#
sudo apt-get purge --auto-remove java-common
sudo apt-get purge --auto-remove java-common
#
sudo apt-get update
sudo apt-get update
#
sudo apt-get install openjdk-8-jdk
sudo apt-get install openjdk-8-jdk
#
java -version
java -version
#
- run:
-
run
:
#
name: Download Selenium
name
:
Download Selenium
#
command: ./node_modules/.bin/selenium-standalone install --config=../remix-project/apps/remix-ide/seleniumConfig.js
command
:
./node_modules/.bin/selenium-standalone install --config=../remix-project/apps/remix-ide/seleniumConfig.js
#
- run:
-
run
:
#
name: Start Selenium
name
:
Start Selenium
#
command: ./node_modules/.bin/selenium-standalone start --config=../remix-project/apps/remix-ide/seleniumConfig.js
command
:
./node_modules/.bin/selenium-standalone start --config=../remix-project/apps/remix-ide/seleniumConfig.js
#
background: true
background
:
true
#
- run: ./apps/remix-ide/ci/browser_tests_run_deploy.sh
-
run
:
./apps/remix-ide/ci/browser_tests_run_deploy.sh
-
store_artifacts
:
-
store_artifacts
:
path
:
./apps/remix-ide/reports/screenshots
path
:
./apps/remix-ide/reports/screenshots
...
@@ -175,17 +175,17 @@ jobs:
...
@@ -175,17 +175,17 @@ jobs:
steps
:
steps
:
-
checkout
-
checkout
#
- run: npm install
-
run
:
npm install
#
- run: npm run lint
-
run
:
npm run lint
#
- run: npm run build:libs
-
run
:
npm run build:libs
#
- run: npm run downloadsolc_root
-
run
:
npm run downloadsolc_root
#
- run: npm run build
-
run
:
npm run build
#
- run:
-
run
:
#
name: Deploy
name
:
Deploy
#
command: |
command
:
|
#
if [ "${CIRCLE_BRANCH}" == "remix_live" ]; then
if [ "${CIRCLE_BRANCH}" == "remix_live" ]; then
#
./apps/remix-ide/ci/deploy_from_travis_remix-live.sh;
./apps/remix-ide/ci/deploy_from_travis_remix-live.sh;
#
fi
fi
-
store_artifacts
:
-
store_artifacts
:
path
:
./apps/remix-ide/reports/screenshots
path
:
./apps/remix-ide/reports/screenshots
...
...
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