Attempt at getting CircleCI to work

This commit is contained in:
John Wellbelove 2020-05-12 17:16:44 +01:00
parent 156ae5220c
commit d34c6e46da

View File

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