Attempt at getting CircleCI to work

This commit is contained in:
John Wellbelove 2020-05-12 17:02:19 +01:00
parent 07c2910ded
commit 156ae5220c

View File

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