forked from olcxjas-softworks/LarpixClient
update electron to v43
This commit is contained in:
parent
68ac0beedf
commit
fb6c8b6ee9
5385 changed files with 513060 additions and 123058 deletions
23
electron/node_modules/ci-info/README.md
generated
vendored
23
electron/node_modules/ci-info/README.md
generated
vendored
|
|
@ -34,10 +34,12 @@ Officially supported CI servers:
|
|||
|
||||
| Name | Constant | isPR |
|
||||
| ------------------------------------------------------------------------------- | ----------------------- | ---- |
|
||||
| [AWS CodeBuild](https://aws.amazon.com/codebuild/) | `ci.CODEBUILD` | π« |
|
||||
| [Agola CI](https://agola.io/) | `ci.AGOLA` | β
|
|
||||
| [Alpic](https://alpic.ai/) | `ci.ALPIC` | π« |
|
||||
| [Appcircle](https://appcircle.io/) | `ci.APPCIRCLE` | β
|
|
||||
| [AppVeyor](http://www.appveyor.com) | `ci.APPVEYOR` | β
|
|
||||
| [AWS CodeBuild](https://aws.amazon.com/codebuild/) | `ci.CODEBUILD` | β
|
|
||||
| [Azure Pipelines](https://azure.microsoft.com/en-us/services/devops/pipelines/) | `ci.AZURE_PIPELINES` | β
|
|
||||
| [Appcircle](https://appcircle.io/) | `ci.APPCIRCLE` | π« |
|
||||
| [Bamboo](https://www.atlassian.com/software/bamboo) by Atlassian | `ci.BAMBOO` | π« |
|
||||
| [Bitbucket Pipelines](https://bitbucket.org/product/features/pipelines) | `ci.BITBUCKET` | β
|
|
||||
| [Bitrise](https://www.bitrise.io/) | `ci.BITRISE` | β
|
|
||||
|
|
@ -45,14 +47,18 @@ Officially supported CI servers:
|
|||
| [Buildkite](https://buildkite.com) | `ci.BUILDKITE` | β
|
|
||||
| [CircleCI](http://circleci.com) | `ci.CIRCLE` | β
|
|
||||
| [Cirrus CI](https://cirrus-ci.org) | `ci.CIRRUS` | β
|
|
||||
| [Cloudflare Pages](https://pages.cloudflare.com/) | `ci.CLOUDFLARE_PAGES` | π« |
|
||||
| [Cloudflare Workers](https://pages.cloudflare.com/) | `ci.CLOUDFLARE_WORKERS` | π« |
|
||||
| [Codefresh](https://codefresh.io/) | `ci.CODEFRESH` | β
|
|
||||
| [Codeship](https://codeship.com) | `ci.CODESHIP` | π« |
|
||||
| [Drone](https://drone.io) | `ci.DRONE` | β
|
|
||||
| [dsari](https://github.com/rfinnie/dsari) | `ci.DSARI` | π« |
|
||||
| [Earthly CI](https://earthly.dev/) | `ci.EARTHLY` | π« |
|
||||
| [Expo Application Services](https://expo.dev/eas) | `ci.EAS` | π« |
|
||||
| [Gerrit CI](https://www.gerritcodereview.com) | `ci.GERRIT` | π« |
|
||||
| [GitHub Actions](https://github.com/features/actions/) | `ci.GITHUB_ACTIONS` | β
|
|
||||
| [GitLab CI](https://about.gitlab.com/gitlab-ci/) | `ci.GITLAB` | β
|
|
||||
| [Gitea Actions](https://about.gitea.com/) | `ci.GITEA_ACTIONS` | π« |
|
||||
| [GoCD](https://www.go.cd/) | `ci.GOCD` | π« |
|
||||
| [Google Cloud Build](https://cloud.google.com/build) | `ci.GOOGLE_CLOUD_BUILD` | π« |
|
||||
| [Harness CI](https://www.harness.io/products/continuous-integration) | `ci.HARNESS` | π« |
|
||||
|
|
@ -63,18 +69,18 @@ Officially supported CI servers:
|
|||
| [Magnum CI](https://magnum-ci.com) | `ci.MAGNUM` | π« |
|
||||
| [Netlify CI](https://www.netlify.com/) | `ci.NETLIFY` | β
|
|
||||
| [Nevercode](http://nevercode.io/) | `ci.NEVERCODE` | β
|
|
||||
| [Prow](https://docs.prow.k8s.io/) | `ci.PROW` | π« |
|
||||
| [ReleaseHub](https://releasehub.com/) | `ci.RELEASEHUB` | π« |
|
||||
| [Render](https://render.com/) | `ci.RENDER` | β
|
|
||||
| [Sail CI](https://sail.ci/) | `ci.SAIL` | β
|
|
||||
| [Screwdriver](https://screwdriver.cd/) | `ci.SCREWDRIVER` | β
|
|
||||
| [Semaphore](https://semaphoreci.com) | `ci.SEMAPHORE` | β
|
|
||||
| [Shippable](https://www.shippable.com/) | `ci.SHIPPABLE` | β
|
|
||||
| [Solano CI](https://www.solanolabs.com/) | `ci.SOLANO` | β
|
|
||||
| [Sourcehut](https://sourcehut.org/) | `ci.SOURCEHUT` | π« |
|
||||
| [Strider CD](https://strider-cd.github.io/) | `ci.STRIDER` | π« |
|
||||
| [TaskCluster](http://docs.taskcluster.net) | `ci.TASKCLUSTER` | π« |
|
||||
| [TeamCity](https://www.jetbrains.com/teamcity/) by JetBrains | `ci.TEAMCITY` | π« |
|
||||
| [Travis CI](http://travis-ci.org) | `ci.TRAVIS` | β
|
|
||||
| [Vela](https://go-vela.github.io/docs/) | `ci.VELA` | β
|
|
||||
| [Vercel](https://vercel.com/) | `ci.VERCEL` | β
|
|
||||
| [Visual Studio App Center](https://appcenter.ms/) | `ci.APPCENTER` | π« |
|
||||
| [Woodpecker](https://woodpecker-ci.org/) | `ci.WOODPECKER` | β
|
|
||||
|
|
@ -115,10 +121,13 @@ the given CI server, otherwise `false`.
|
|||
Examples of vendor constants are `ci.TRAVIS` or `ci.APPVEYOR`. For a
|
||||
complete list, see the support table above.
|
||||
|
||||
Deprecated vendor constants that will be removed in the next major
|
||||
release:
|
||||
## Disable CI Checks
|
||||
|
||||
- `ci.TDDIUM` (Solano CI) This have been renamed `ci.SOLANO`
|
||||
To disable CI checks and vendor assertion, set the environment variable
|
||||
|
||||
```
|
||||
CI=false
|
||||
```
|
||||
|
||||
## Ports
|
||||
|
||||
|
|
|
|||
Loadingβ¦
Add table
Add a link
Reference in a new issue