From 0189eb86a1f44723e0c180b6e9f062c65f4e3569 Mon Sep 17 00:00:00 2001 From: Glowbal Date: Sun, 29 Oct 2017 15:16:38 +0100 Subject: [PATCH] Add circleCI yml file --- circle.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 circle.yml diff --git a/circle.yml b/circle.yml new file mode 100644 index 0000000000..7616e4912c --- /dev/null +++ b/circle.yml @@ -0,0 +1,23 @@ +version: 2 +jobs: + build: + docker: + - image: python:3-alpine + steps: + - checkout + - run: + name: Validate SQF And Config style + command: python tools/sqf_validator.py && python tools/config_style_checker.py + deployment: + docker: + - image: python:3-alpine + branch: master + requires: + - build + steps: + - checkout + - deploy: + name: Deploy + command: | + pip install pygithub pygithub3 + python3 tools/deploy.py