diff --git a/.circleci/config.yml b/.circleci/config.yml deleted file mode 100644 index a0f2a15da7..0000000000 --- a/.circleci/config.yml +++ /dev/null @@ -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 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 381c4f00ed..8fa4c08068 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -42,8 +42,7 @@ Your pull request must: * Follow OpenLayers's coding style. - * Pass the integration tests run automatically by the CircleCI Continuous - Integration system. + * Pass the integration tests run automatically by the Continuous Integration system. * Address a single issue or add a single item of functionality. diff --git a/DEVELOPING.md b/DEVELOPING.md index 3c519a627b..82bc72557c 100644 --- a/DEVELOPING.md +++ b/DEVELOPING.md @@ -5,12 +5,6 @@ You will obviously start by [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 The minimum requirements are: diff --git a/README.md b/README.md index f899daf250..8cc93aaf52 100644 --- a/README.md +++ b/README.md @@ -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) - 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)