mirror of
https://github.com/RabbyHub/Rabby.git
synced 2026-05-10 03:00:26 -04:00
chore: remove circle ci (#423)
This commit is contained in:
@@ -1,44 +0,0 @@
|
||||
# Use the latest 2.1 version of CircleCI pipeline process engine.
|
||||
# See: https://circleci.com/docs/2.0/configuration-reference
|
||||
version: 2.1
|
||||
|
||||
orbs:
|
||||
# The Node.js orb contains a set of prepackaged CircleCI configuration you can utilize
|
||||
# Orbs reduce the amount of configuration required for common tasks.
|
||||
# See the orb documentation here: https://circleci.com/developer/orbs/orb/circleci/node
|
||||
node: circleci/node@4.1
|
||||
npm-config: cobli/npm-config@1.0.0
|
||||
jobs:
|
||||
# Below is the definition of your job to build and test your app, you can rename and customize it as you want.
|
||||
build-and-test:
|
||||
# These next lines define a docker executor: https://circleci.com/docs/2.0/executor-types/
|
||||
# You can specify an image from Dockerhub or use one of our Convenience Images from CircleCI's Developer Hub.
|
||||
# A list of available CircleCI docker Convenience Images are available here: https://circleci.com/developer/images/image/cimg/node
|
||||
docker:
|
||||
- image: cimg/node:15.1
|
||||
# Then run your tests!
|
||||
# CircleCI will report the results back to your VCS provider.
|
||||
steps:
|
||||
# Checkout the code as the first step.
|
||||
- checkout
|
||||
# If you are using yarn instead npm, remove the line above and uncomment the two lines below.
|
||||
- npm-config/set-registry:
|
||||
registry-prurl: https://npm.pkg.github.com
|
||||
scope: '@onekeyhq'
|
||||
auth-token: "${GITHUB_AK}"
|
||||
- node/install-packages:
|
||||
pkg-manager: yarn
|
||||
- run:
|
||||
name: build
|
||||
command: yarn build:pro
|
||||
|
||||
workflows:
|
||||
# Below is the definition of your workflow.
|
||||
# Inside the workflow, you provide the jobs you want to run, e.g this workflow runs the build-and-test job above.
|
||||
# CircleCI will run this workflow on every commit.
|
||||
# For more details on extending your workflow, see the configuration docs: https://circleci.com/docs/2.0/configuration-reference/#workflows
|
||||
sample:
|
||||
jobs:
|
||||
- build-and-test
|
||||
# For running simple node tests, you could optionally use the node/test job from the orb to replicate and replace the job above in fewer lines.
|
||||
# - node/test
|
||||
@@ -1,4 +1,4 @@
|
||||
# Rabby [](https://circleci.com/gh/RabbyHub/Rabby/tree/master) [](https://david-dm.org/RabbyHub/rabby)
|
||||
# Rabby [](https://david-dm.org/RabbyHub/rabby)
|
||||
|
||||
Rabby is an open source browser plugin for the DeFi ecosystem, providing users with a better-to-use and more secure multi-chain experience.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user