Attempt at getting CircleCI to work

This commit is contained in:
John Wellbelove 2020-05-12 14:44:44 +01:00
parent 6795d4132c
commit 3793b59122

View File

@ -22,7 +22,7 @@ jobs:
command: 'apt-get update && apt-get install -y cmake'
- run:
name: Creating Build Files
command: 'cmake -Bbuild test/'
command: 'cmake -H. -Bbuild test/'
- run:
name: Creating Binary Files
command: 'cmake --build build'