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

Reduce CI output (the true one)

parent 0e04df23
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 update -q
- apt-get install -q -y libx11-dev:i386 libc6-dev-i386 libx11-dev libc6-dev build-essential
- apt-get -q update
- apt-get -q 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 install -q -y software-properties-common
- apt-get -q install -y software-properties-common
- add-apt-repository -y ppa:snaipewastaken/ppa
- apt-get install -q -y criterion-dev
- apt-get -q install -y criterion-dev
- make test
- ./test/test
tags:
......@@ -30,17 +30,16 @@ unit-tests:
publish-docs:
stage: deploy
before_script:
- apt-get update
- apt-get install doxygen graphviz -y
- 'which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y )'
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 )'
- eval $(ssh-agent -s)
- echo "$DOCS_SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add - > /dev/null
- mkdir -p ~/.ssh
- chmod 700 ~/.ssh
- ssh-keyscan perso.iiens.net >> ~/.ssh/known_hosts
- chmod 644 ~/.ssh/known_hosts
script:
- doxygen Doxyfile
- tar czf docs.tgz -C docs/html .
- scp docs.tgz $DOCS_SSH_HOST:html/diglog
......
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