diff --git a/.circleci/config.yml b/.circleci/config.yml deleted file mode 100644 index 1ea6af9..0000000 --- a/.circleci/config.yml +++ /dev/null @@ -1,13 +0,0 @@ -# https://circleci.com/docs/2.0/building-docker-images/ -version: 2 -jobs: - build: - machine: true - steps: - - checkout - - run: - name: Setup makefile - command: make - - run: - name: Execute CI build - command: make cibuild