mirror of
https://github.com/ETLCPP/etl.git
synced 2026-04-30 19:09:10 +08:00
Added install git
This commit is contained in:
parent
3e5b19d307
commit
42876cad96
@ -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'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user