Attempt at getting CircleCI to work

This commit is contained in:
John Wellbelove 2020-05-12 18:25:25 +01:00
parent 253c9b0171
commit 3f3c1f1c23

View File

@ -11,12 +11,9 @@ jobs:
- run:
name: Listing0
command: 'ls'
- run:
name: Git Checkout
command: 'git checkout --track origin/feature/add_circle-ci_support'
- run:
name: Creating Build Files
command: 'cmake -Bbuild etl/test/'
command: 'cmake -Bbuild test/'
- run:
name: Creating Binary Files
command: 'cmake --build build'