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
4e4f1f3e
Commit
4e4f1f3e
authored
Apr 09, 2021
by
ioedeveloper
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update config.yml file
parent
db0fbd99
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
29 deletions
+8
-29
config.yml
.circleci/config.yml
+8
-29
No files found.
.circleci/config.yml
View file @
4e4f1f3e
...
@@ -66,8 +66,7 @@ jobs:
...
@@ -66,8 +66,7 @@ jobs:
steps
:
steps
:
-
checkout
-
checkout
-
run
:
npm install
-
run
:
npm install
-
run
:
npm run build:libs
-
run
:
npx nx build remix-ide --with-deps
-
run
:
npm run build
-
run
:
-
run
:
name
:
Download Selenium
name
:
Download Selenium
command
:
./node_modules/.bin/selenium-standalone install --drivers.chrome.version=2.39 --drivers.chrome.baseURL=https://chromedriver.storage.googleapis.com
command
:
./node_modules/.bin/selenium-standalone install --drivers.chrome.version=2.39 --drivers.chrome.baseURL=https://chromedriver.storage.googleapis.com
...
@@ -100,8 +99,7 @@ jobs:
...
@@ -100,8 +99,7 @@ jobs:
steps
:
steps
:
-
checkout
-
checkout
-
run
:
npm install
-
run
:
npm install
-
run
:
npm run build:libs
-
run
:
npx nx build remix-ide --with-deps
-
run
:
npm run build
-
run
:
-
run
:
name
:
Download Selenium
name
:
Download Selenium
command
:
./node_modules/.bin/selenium-standalone install --drivers.chrome.version=2.39 --drivers.chrome.baseURL=https://chromedriver.storage.googleapis.com
command
:
./node_modules/.bin/selenium-standalone install --drivers.chrome.version=2.39 --drivers.chrome.baseURL=https://chromedriver.storage.googleapis.com
...
@@ -134,8 +132,7 @@ jobs:
...
@@ -134,8 +132,7 @@ jobs:
steps
:
steps
:
-
checkout
-
checkout
-
run
:
npm install
-
run
:
npm install
-
run
:
npm run build:libs
-
run
:
npx nx build remix-ide --with-deps
-
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-e2e/seleniumConfig.js
command
:
./node_modules/.bin/selenium-standalone install --config=../remix-project/apps/remix-ide-e2e/seleniumConfig.js
...
@@ -143,12 +140,6 @@ jobs:
...
@@ -143,12 +140,6 @@ jobs:
name
:
Start Selenium
name
:
Start Selenium
command
:
./node_modules/.bin/selenium-standalone start --config=../remix-project/apps/remix-ide-e2e/seleniumConfig.js
command
:
./node_modules/.bin/selenium-standalone start --config=../remix-project/apps/remix-ide-e2e/seleniumConfig.js
background
:
true
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_1.sh
-
run
:
./apps/remix-ide/ci/browser_tests_firefox_1.sh
-
store_test_results
:
-
store_test_results
:
path
:
./reports/tests
path
:
./reports/tests
...
@@ -174,8 +165,7 @@ jobs:
...
@@ -174,8 +165,7 @@ jobs:
steps
:
steps
:
-
checkout
-
checkout
-
run
:
npm install
-
run
:
npm install
-
run
:
npm run build:libs
-
run
:
npx nx build remix-ide --with-deps
-
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-e2e/seleniumConfig.js
command
:
./node_modules/.bin/selenium-standalone install --config=../remix-project/apps/remix-ide-e2e/seleniumConfig.js
...
@@ -183,12 +173,6 @@ jobs:
...
@@ -183,12 +173,6 @@ jobs:
name
:
Start Selenium
name
:
Start Selenium
command
:
./node_modules/.bin/selenium-standalone start --config=../remix-project/apps/remix-ide-e2e/seleniumConfig.js
command
:
./node_modules/.bin/selenium-standalone start --config=../remix-project/apps/remix-ide-e2e/seleniumConfig.js
background
:
true
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_2.sh
-
run
:
./apps/remix-ide/ci/browser_tests_firefox_2.sh
-
store_test_results
:
-
store_test_results
:
path
:
./reports/tests
path
:
./reports/tests
...
@@ -214,8 +198,7 @@ jobs:
...
@@ -214,8 +198,7 @@ jobs:
steps
:
steps
:
-
checkout
-
checkout
-
run
:
npm install
-
run
:
npm install
-
run
:
npm run build:libs
-
run
:
npx nx build remix-ide --with-deps
-
run
:
npm run build
-
run
:
-
run
:
name
:
Download Selenium
name
:
Download Selenium
command
:
./node_modules/.bin/selenium-standalone install --drivers.chrome.version=2.39 --drivers.chrome.baseURL=https://chromedriver.storage.googleapis.com
command
:
./node_modules/.bin/selenium-standalone install --drivers.chrome.version=2.39 --drivers.chrome.baseURL=https://chromedriver.storage.googleapis.com
...
@@ -249,8 +232,7 @@ jobs:
...
@@ -249,8 +232,7 @@ jobs:
steps
:
steps
:
-
checkout
-
checkout
-
run
:
npm install
-
run
:
npm install
-
run
:
npm run build:libs
-
run
:
npx nx build remix-ide --with-deps
-
run
:
npm run build
-
run
:
-
run
:
name
:
Deploy
name
:
Deploy
command
:
|
command
:
|
...
@@ -278,8 +260,7 @@ jobs:
...
@@ -278,8 +260,7 @@ jobs:
-
checkout
-
checkout
-
setup_remote_docker
-
setup_remote_docker
-
run
:
npm install
-
run
:
npm install
-
run
:
npm run build:libs
-
run
:
npx nx build remix-ide --with-deps
-
run
:
npm run build
-
run
:
./apps/remix-ide/ci/copy_resources.sh
-
run
:
./apps/remix-ide/ci/copy_resources.sh
-
run
:
./apps/remix-ide/ci/publishIpfs
-
run
:
./apps/remix-ide/ci/publishIpfs
-
run
:
./apps/remix-ide/ci/build_and_publish_docker_images.sh
-
run
:
./apps/remix-ide/ci/build_and_publish_docker_images.sh
...
@@ -303,9 +284,7 @@ jobs:
...
@@ -303,9 +284,7 @@ jobs:
steps
:
steps
:
-
checkout
-
checkout
-
run
:
npm install
-
run
:
npm install
-
run
:
npm run lint
-
run
:
npx nx build remix-ide --with-deps
-
run
:
npm run build:libs
-
run
:
npm run build
-
run
:
-
run
:
name
:
Deploy
name
:
Deploy
command
:
|
command
:
|
...
...
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