mirror of
https://github.com/ETLCPP/etl.git
synced 2026-06-26 20:38:45 +08:00
Added install git
This commit is contained in:
parent
42876cad96
commit
01bb5cb7b8
@ -7,6 +7,9 @@ jobs:
|
||||
only:
|
||||
- feature/add_circle-ci_support
|
||||
steps:
|
||||
- run:
|
||||
name: Install Git
|
||||
command: 'apt-get update && apt-get install git'
|
||||
- checkout
|
||||
- run:
|
||||
name: Installing SUDO
|
||||
@ -17,9 +20,6 @@ jobs:
|
||||
- run:
|
||||
name: Install 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