Attempt at getting CircleCI to work

This commit is contained in:
John Wellbelove 2020-05-12 14:53:32 +01:00
parent 3793b59122
commit 8fc4565599

View File

@ -19,7 +19,7 @@ jobs:
command: 'apt-get update && apt-get install -y gcc g++'
- run:
name: Install CMAKE
command: 'apt-get update && apt-get install -y cmake'
command: DEBIAN_FRONTEND=noninteractive && 'apt-get update && apt-get install -y cmake'
- run:
name: Creating Build Files
command: 'cmake -H. -Bbuild test/'