Skip to content
Extraits de code Groupes Projets
Valider 580f8fc0 rédigé par Eliah Rebstock's avatar Eliah Rebstock Validation de Etienne BRATEAU
Parcourir les fichiers

JUST BE QUIET APT !!!!

parent 176bfa83
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -2,8 +2,8 @@ image: ubuntu:bionic
before_script:
- dpkg --add-architecture i386
- apt-get -q update
- apt-get -q install -y libx11-dev:i386 libc6-dev-i386 libx11-dev libc6-dev build-essential
- apt-get -qq update
- apt-get -qq install -y libx11-dev:i386 libc6-dev-i386 libx11-dev libc6-dev build-essential
stages:
- build
......@@ -20,9 +20,9 @@ make:
unit-tests:
stage: test
script:
- apt-get -q install -y software-properties-common
- apt-get -qq install -y software-properties-common
- add-apt-repository -y ppa:snaipewastaken/ppa
- apt-get -q install -y criterion-dev
- apt-get -qq install -y criterion-dev
- make test
- ./test/test
tags:
......@@ -31,9 +31,9 @@ unit-tests:
publish-docs:
stage: deploy
script:
- apt-get -q update
- apt-get -q install -y doxygen graphviz
- 'which ssh-agent || ( apt-get -q update -y && apt-get -q install openssh-client -y )'
- apt-get -qq update
- apt-get -qq install -y doxygen graphviz
- 'which ssh-agent || ( apt-get -qq update -y && apt-get -qq install openssh-client -y )'
- eval $(ssh-agent -s)
- echo "$DOCS_SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add - > /dev/null
- mkdir -p ~/.ssh
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter