Attempt at getting CircleCI to work

This commit is contained in:
John Wellbelove 2020-05-12 17:38:46 +01:00
parent 4c9ae8a90a
commit 07d17bfe01

View File

@ -7,6 +7,12 @@ jobs:
only:
- feature/add_circle-ci_support
steps:
- run:
name: Git Clone
command: 'git clone https://github.com/ETLCPP/etl.git'
- run:
name: Git Checkout
command: 'git checkout feature/add_circle-ci_support'
- run:
name: Git Pull
command: 'git pull'