From dd7fc872b92b179b1f910ea371016865ff4319eb Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Tue, 21 Nov 2017 14:17:42 -0800 Subject: Another CircleCI swag. --- .circleci/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a1646cb8..c338aec7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -21,7 +21,7 @@ jobs: command: apt-get update -qq && apt-get install -y build-essential asciidoctor cmake libmbedtls-dev ninja-build clang clang-format - run: name: Configure - command: mkdir build && cd build && cmake -DNNG_TRANSPORT_TLS=ON -G Nina .. + command: mkdir build && cd build && cmake -DNNG_TRANSPORT_TLS=ON -G Ninja .. - run: name: Build @@ -31,6 +31,6 @@ jobs: name: Run Tests command: cd build && ninja test - - run: - name: Check Format - command: ./etc/format-check.sh +# - run: +# name: Check Format +# command: ./etc/format-check.sh -- cgit v1.2.3-70-g09d2