From 0a332c670acfb12d634269462b767953048011e9 Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Sat, 28 Dec 2019 01:07:00 +0000 Subject: [PATCH] Remove CircleCI because it does not support macOS on free plan --- .circleci/config.yml | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 .circleci/config.yml diff --git a/.circleci/config.yml b/.circleci/config.yml deleted file mode 100644 index e2fddcf..0000000 --- a/.circleci/config.yml +++ /dev/null @@ -1,26 +0,0 @@ -version: 2 -jobs: - build: - macos: - xcode: "10.2.0" - - steps: - - checkout - - run: - name: Install dependencies - command: brew install go qemu - - run: - name: Build - command: go build - - run: - name: End-to-End Testing [Kernel Module] - command: | - cd examples/kernel-module - ../../out-of-tree kernel autogen --max=1 - ../../out-of-tree pew --qemu-timeout=10m - - run: - name: End-to-End Testing [Kernel Exploit] - command: | - cd examples/kernel-exploit - ../../out-of-tree kernel autogen --max=1 - ../../out-of-tree pew --threshold=0 --qemu-timeout=10m