Add git to CI
continuous-integration/drone/push Build is passing Details

This commit is contained in:
tastytea 2022-06-11 08:42:42 +02:00
parent 528f4480aa
commit 7328f93b6e
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 1 additions and 2 deletions

View File

@ -24,8 +24,7 @@ steps:
commands:
- rm /etc/apt/apt.conf.d/docker-clean
- apt-get update -q
- apt-get install -qq build-essential clang pkg-config cmake
- apt-get install -qq libcrypto++-dev libmagick++-dev
- apt-get install -qq build-essential clang pkg-config cmake git libcrypto++-dev libmagick++-dev
- rm -rf build
- cmake -S . -B build -DLIBRAVATAR_BUNDLED_IDENTICONPP=YES
- cmake --build build