Attempt at getting CircleCI to work

This commit is contained in:
John Wellbelove 2020-05-12 14:55:33 +01:00
parent 8fc4565599
commit ebe0bb6667

View File

@ -19,7 +19,7 @@ jobs:
command: 'apt-get update && apt-get install -y gcc g++'
- run:
name: Install CMAKE
command: DEBIAN_FRONTEND=noninteractive && '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/'