Added install git

This commit is contained in:
John Wellbelove 2019-12-06 21:43:19 +00:00
parent 3e5b19d307
commit 42876cad96

View File

@ -16,7 +16,10 @@ jobs:
command: 'apt-get update && apt-get install -y gcc g++'
- run:
name: Install CMAKE
command: 'apt-get update && sudo apt-get install -y cmake'
command: 'apt-get update && apt-get install -y cmake'
- run:
name: Install Git
command: 'apt-get update && apt-get install git'
- run:
name: Creating Build Files
command: 'cmake -H. -Bbuild'