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

Reduce CI log output on dependencies steps

parent 36fa02d3
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 ...@@ -2,8 +2,8 @@ image: ubuntu:bionic
before_script: before_script:
- dpkg --add-architecture i386 - dpkg --add-architecture i386
- apt-get update - apt-get update -q
- apt-get install -y libx11-dev:i386 libc6-dev-i386 libx11-dev libc6-dev build-essential - apt-get install -q -y libx11-dev:i386 libc6-dev-i386 libx11-dev libc6-dev build-essential
stages: stages:
- build - build
...@@ -20,10 +20,9 @@ make: ...@@ -20,10 +20,9 @@ make:
unit-tests: unit-tests:
stage: test stage: test
script: script:
- apt-get install -y software-properties-common - apt-get install -q -y software-properties-common
- add-apt-repository -y ppa:snaipewastaken/ppa - add-apt-repository -y ppa:snaipewastaken/ppa
- apt-get update - apt-get install -q -y criterion-dev
- apt-get install -y criterion-dev
- make test - make test
- ./test/test - ./test/test
tags: tags:
......
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