Merge pull request #11065 from tschaub/remove-circle

Remove CircleCI integration
This commit is contained in:
Tim Schaub
2020-05-18 10:10:06 -06:00
committed by GitHub
4 changed files with 2 additions and 48 deletions

View File

@@ -1,39 +0,0 @@
version: 2
jobs:
build:
docker:
- image: circleci/node:current
working_directory: ~/repo
steps:
- checkout
- restore_cache:
keys:
- v2-dependencies-{{ checksum "package-lock.json" }}
- run:
name: Install Dependencies
command: npm install
- save_cache:
paths:
- node_modules
key: v2-dependencies-{{ checksum "package-lock.json" }}
- run:
name: Build Examples
command: npm run build-examples
- store_artifacts:
path: build/examples
destination: examples
- run:
name: Build API Docs
command: npm run apidoc
- store_artifacts:
path: build/apidoc
destination: apidoc

View File

@@ -42,8 +42,7 @@ Your pull request must:
* Follow OpenLayers's coding style. * Follow OpenLayers's coding style.
* Pass the integration tests run automatically by the CircleCI Continuous * Pass the integration tests run automatically by the Continuous Integration system.
Integration system.
* Address a single issue or add a single item of functionality. * Address a single issue or add a single item of functionality.

View File

@@ -5,12 +5,6 @@
You will obviously start by You will obviously start by
[forking](https://github.com/openlayers/openlayers/fork) the OpenLayers repository. [forking](https://github.com/openlayers/openlayers/fork) the OpenLayers repository.
### CircleCI
The CircleCI hook is enabled on the Github repository. This means every pull request
is run through a full test suite to ensure it compiles and passes the tests. Failing
pull requests will not be merged.
### Development dependencies ### Development dependencies
The minimum requirements are: The minimum requirements are:

View File

@@ -127,4 +127,4 @@ Please see our guide on [contributing](CONTRIBUTING.md) if you're interested in
- Need help? Find it on [Stack Overflow using the tag 'openlayers'](http://stackoverflow.com/questions/tagged/openlayers) - Need help? Find it on [Stack Overflow using the tag 'openlayers'](http://stackoverflow.com/questions/tagged/openlayers)
- Follow [@openlayers](https://twitter.com/openlayers) on Twitter - Follow [@openlayers](https://twitter.com/openlayers) on Twitter
[![CircleCI](https://circleci.com/gh/openlayers/openlayers/tree/master.svg?style=svg)](https://circleci.com/gh/openlayers/openlayers/tree/master) ![Test Status](https://github.com/openlayers/openlayers/workflows/Test/badge.svg)