From 4f5db38e71adcf49e43bddf11e28653d82f91119 Mon Sep 17 00:00:00 2001 From: Connor Rigby Date: Wed, 18 Dec 2019 12:08:46 -0800 Subject: [PATCH] Update CircleCI config to check docs --- .circleci/config.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index a3c6d8ba..8405260f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -56,6 +56,14 @@ install_libnl: &install_libnl apt-get update apt-get install pkg-config libnl-genl-3-dev -y +install_mdl: &install_mdl + run: + name: Install libnl + command: | + apt-get update + apt-get install ruby -y + gem install mdl + build_firmware_steps: &build_firmware_steps steps: - checkout @@ -376,6 +384,7 @@ jobs: - run: git submodule update --init --recursive - <<: *install_elixir - <<: *install_hex_archives + - <<: *install_mdl - restore_cache: keys: - v14-fbsupport-test-dependency-cache-{{ checksum "mix.lock" }} @@ -397,6 +406,10 @@ jobs: - restore_cache: keys: - v14-fbos-coverage-cache-{{ .Branch }}-{{ .Revision }} + - run: + name: Check documentation formatting + command: | + mdl docs/ - run: name: Report Coverage working_directory: /nerves/build/