Mentions légales du service

Skip to content
Snippets Groups Projects
Commit da35dc54 authored by Simon Delamare's avatar Simon Delamare
Browse files

gitlab-ci: Add git to build environment

parent a09ab994
No related branches found
No related tags found
No related merge requests found
Pipeline #861843 passed
......@@ -12,7 +12,7 @@ test-and-build:
- grid5000-docker
image: debian:buster
script:
- apt-get update && apt-get -y --no-install-recommends install devscripts build-essential equivs
- apt-get update && apt-get -y --no-install-recommends install devscripts build-essential equivs git
- mk-build-deps -ir -t 'apt-get -y --no-install-recommends'
- dpkg-buildpackage --no-sign
- cp ../*deb . # needed to upload it as artifact
......
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