diff options
| author | Garrett D'Amore <garrett@damore.org> | 2017-11-21 14:17:42 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2017-11-21 14:17:42 -0800 |
| commit | dd7fc872b92b179b1f910ea371016865ff4319eb (patch) | |
| tree | 9f651533b41bff4ffddc757769f01f2c08be9250 | |
| parent | 2ae72a2ea1b10055c85e309d8be00a4c7bf78703 (diff) | |
| download | nng-dd7fc872b92b179b1f910ea371016865ff4319eb.tar.gz nng-dd7fc872b92b179b1f910ea371016865ff4319eb.tar.bz2 nng-dd7fc872b92b179b1f910ea371016865ff4319eb.zip | |
Another CircleCI swag.
| -rw-r--r-- | .circleci/config.yml | 8 |
1 files 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 |
