updated yml

readme-wiki
xorrior 2017-12-14 00:01:54 -05:00
parent dd7f05a99f
commit 6f47d30bce
1 changed files with 9 additions and 0 deletions

View File

@ -7,6 +7,15 @@ jobs:
- STAGING_KEY: "RANDOM"
steps:
- checkout
- run:
name: update apt
command: 'sudo apt-get update'
- run:
name: Set staging key to random
command: 'export STAGING_KEY="RANDOM"'
- run:
name: Run install.sh
command: 'cd setup/ && sudo ./install.sh'
- run:
name: Start Empire
command: 'sudo ./empire'