From a6bc39b786a09f0732c6994d788bda63b2a6953f Mon Sep 17 00:00:00 2001 From: xorrior Date: Thu, 14 Dec 2017 01:08:44 -0500 Subject: [PATCH] updated config.yml --- .circleci/config.yml | 10 +++++++++- setup/bomutils | 1 - 2 files changed, 9 insertions(+), 2 deletions(-) delete mode 160000 setup/bomutils diff --git a/.circleci/config.yml b/.circleci/config.yml index c282b37..0384be1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -5,4 +5,12 @@ jobs: - image: circleci/python:2.7 steps: - checkout - - run: echo "hello world" \ No newline at end of file + - run: + name: update apt + command: 'sudo apt-get update' + - run: + name: Run install.sh + command: 'cd setup/ && sudo -E -H ./install.sh' + - run: + name: Start Empire + command: 'sudo ./empire --headless &' diff --git a/setup/bomutils b/setup/bomutils deleted file mode 160000 index 3f7dc2d..0000000 --- a/setup/bomutils +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 3f7dc2dbbc36ca1c957ec629970026f45594a52c