Attempt at getting CircleCI to work

This commit is contained in:
John Wellbelove 2020-05-12 17:57:26 +01:00
parent 9bf22248d0
commit 13a6a57804

View File

@ -18,10 +18,7 @@ jobs:
command: 'ls'
- run:
name: Git Checkout
command: 'git checkout /feature/add_circle-ci_support'
- run:
name: Git Pull
command: 'git pull'
command: 'git checkout feature/add_circle-ci_support'
- run:
name: Creating Build Files
command: 'cmake -Bbuild etlcpp/test/'