Attempt at getting CircleCI to work

This commit is contained in:
John Wellbelove 2020-05-12 17:20:15 +01:00
parent ae535f3c79
commit a6c1c84aa9

View File

@ -7,6 +7,9 @@ jobs:
only:
- feature/add_circle-ci_support
steps:
- run:
name: Listing
command: 'ls -lrt'
- run:
name: Creating Build Files
command: 'cmake -Bbuild etlcpp/test/'