From 5cdd678073c06d0ee935cb019458ab8a2ba6d7c9 Mon Sep 17 00:00:00 2001 From: Josh Klar Date: Sun, 23 Sep 2018 00:22:15 -0700 Subject: [PATCH] We do not support the NRF52832 anyway, stop building it in Circle --- .circleci/config.yml | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b897dd6..546765c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -41,25 +41,6 @@ jobs: - run: make BOARD=boards/noop.py build-pyboard - build_feather_nrf52832: - docker: - - image: 'python:3.7' - - environment: - KMK_TEST: 1 - PIPENV_VENV_IN_PROJECT: 1 - - steps: - - checkout - - restore_cache: - keys: - - v1-kmk-venv-{{ checksum "Pipfile.lock" }} - - - run: pip install pipenv==2018.7.1 - - run: apt-get update && apt-get install -y gcc-arm-none-eabi gettext wget unzip - - - run: make BOARD=boards/noop.py build-feather-nrf52832 - build_teensy_31: docker: - image: 'python:3.7' @@ -97,14 +78,6 @@ workflows: only: /.*/ requires: - lint - - build_feather_nrf52832: - filters: - branches: - only: /.*/ - tags: - only: /.*/ - requires: - - lint - build_teensy_31: filters: branches: