Skip to content
Snippets Groups Projects
Commit 63772d1c authored by probal31's avatar probal31
Browse files

Install git package in build job

parent dfcae618
No related branches found
No related tags found
No related merge requests found
Pipeline #7200 failed
......@@ -4,4 +4,17 @@ include:
- https://www.opencode.net/zynthbox/gitlab-ci-tools/raw/main/zynthbox-default-ci.yml
variables:
ARCH: 'armhf'
\ No newline at end of file
ARCH: 'armhf'
# Install packages
.install-packages: &install-packages
- apt update -qq
- apt install -y git
build armhf:
extends:
- .build-package-armhf
script:
- !reference [.build-zynthbox]
- *install-packages
- !reference [.build-package-armhf, script]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment