Attempt at getting CircleCI to work

This commit is contained in:
John Wellbelove 2020-05-12 17:40:30 +01:00
parent 07d17bfe01
commit 94a59d4b9a

View File

@ -10,15 +10,15 @@ jobs:
- run:
name: Git Clone
command: 'git clone https://github.com/ETLCPP/etl.git'
- run:
name: Listing0
command: 'ls'
- run:
name: Git Checkout
command: 'git checkout feature/add_circle-ci_support'
- run:
name: Git Pull
command: 'git pull'
- run:
name: Listing0
command: 'pwd'
- run:
name: Creating Build Files
command: 'cmake -Bbuild etlcpp/test/'