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
3ba04790
Commit
3ba04790
authored
Oct 13, 2021
by
filip mertens
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add api job
parent
60a44faf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
27 deletions
+28
-27
config.yml
.circleci/config.yml
+28
-27
No files found.
.circleci/config.yml
View file @
3ba04790
...
...
@@ -54,33 +54,6 @@ jobs:
-
run
:
cd dist/libs/remix-tests && npm install
-
run
:
npm run test:libs
remix-ide-plugin-api
:
docker
:
# specify the version you desire here
-
image
:
circleci/node:14.17.6-browsers
# Specify service dependencies here if necessary
# CircleCI maintains a library of pre-built images
# documented at https://circleci.com/docs/2.0/circleci-images/
resource_class
:
xlarge
# - image
:
circleci/mongo:3.4.4
environment
:
-
COMMIT_AUTHOR_EMAIL
:
"
yann@ethereum.org"
-
COMMIT_AUTHOR
:
"
Circle
CI"
-
FILES_TO_PACKAGE
:
"
dist/apps/remix-ide/assets
dist/apps/remix-ide/index.html
dist/apps/remix-ide/main.js
dist/apps/remix-ide/polyfills.js
dist/apps/remix-ide/runtime.js
dist/apps/remix-ide/vendor.js
dist/apps/remix-ide/favicon.ico"
working_directory
:
~/remix-project
steps
:
-
checkout
-
run
:
npm install
-
run
:
npx nx build remix-ide --with-deps
-
run
:
npx nx build remix-ide-e2e-src-local-plugin
-
run
:
./apps/remix-ide/ci/browser_tests_plugin_api.sh
-
store_test_results
:
path
:
/tmp/test-results
-
store_artifacts
:
path
:
/tmp/artifacts
remix-ide-chrome-1
:
docker
:
# specify the version you desire here
...
...
@@ -282,7 +255,32 @@ jobs:
-
store_artifacts
:
path
:
./reports/screenshots
remix-ide-plugin-api
:
docker
:
# specify the version you desire here
-
image
:
circleci/node:14.17.6-browsers
# Specify service dependencies here if necessary
# CircleCI maintains a library of pre-built images
# documented at https://circleci.com/docs/2.0/circleci-images/
resource_class
:
xlarge
# - image
:
circleci/mongo:3.4.4
environment
:
-
COMMIT_AUTHOR_EMAIL
:
"
yann@ethereum.org"
-
COMMIT_AUTHOR
:
"
Circle
CI"
-
FILES_TO_PACKAGE
:
"
dist/apps/remix-ide/assets
dist/apps/remix-ide/index.html
dist/apps/remix-ide/main.js
dist/apps/remix-ide/polyfills.js
dist/apps/remix-ide/runtime.js
dist/apps/remix-ide/vendor.js
dist/apps/remix-ide/favicon.ico"
working_directory
:
~/remix-project
steps
:
-
checkout
-
run
:
npm install
-
run
:
npx nx build remix-ide --with-deps
-
run
:
npx nx build remix-ide-e2e-src-local-plugin
-
run
:
./apps/remix-ide/ci/browser_tests_plugin_api.sh
-
store_test_results
:
path
:
/tmp/test-results
-
store_artifacts
:
path
:
/tmp/artifacts
deploy-remix-live
:
docker
:
# specify the version you desire here
...
...
@@ -402,6 +400,9 @@ workflows:
-
remix-libs
:
requires
:
-
lint
-
remix-ide-plugin-api
:
requires
:
-
lint
-
remix-ide-chrome-1
:
requires
:
-
lint
...
...
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