Attempt at getting CircleCI to work

This commit is contained in:
John Wellbelove 2020-05-12 16:53:08 +01:00
parent e1c0294019
commit 12a5e406fa

View File

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