Attempt at getting CircleCI to work

This commit is contained in:
John Wellbelove 2020-05-12 16:54:57 +01:00
parent 12a5e406fa
commit 7ac59e5f20

View File

@ -9,7 +9,7 @@ jobs:
steps:
- run:
name: Creating Build Files
command: 'cmake -H. -Bbuild'
command: 'cmake -H. -Bbuild etl/'
- run:
name: Creating Binary Files
command: 'cmake --build build'