From a12c85c440404c7ab22e871d10d3b5dea127ac02 Mon Sep 17 00:00:00 2001 From: Yota Toyama Date: Sat, 28 Nov 2020 04:45:46 +0000 Subject: [PATCH] Remove circleci workflow --- .circleci/config.yml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 .circleci/config.yml diff --git a/.circleci/config.yml b/.circleci/config.yml deleted file mode 100644 index 6d9a366..0000000 --- a/.circleci/config.yml +++ /dev/null @@ -1,15 +0,0 @@ -version: 2 -jobs: - build: - docker: - - image: rustlang/rust:nightly - steps: - - run: apt -y update --fix-missing - - run: apt -y install cmake - - checkout - - run: git submodule update --init --recursive - - run: cargo build - - run: cd examples && ./test.sh - - run: | - git clean -dfx - cargo build --no-default-features --features cmake