ACE3/circle.yml
2017-10-29 15:41:06 +01:00

24 lines
516 B
YAML

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