From f5083f83fb4dfeeb73da0d43972173cb050bc056 Mon Sep 17 00:00:00 2001 From: "maxime.batista" Date: Fri, 6 Jan 2023 15:23:34 +0100 Subject: [PATCH] maj drone --- .drone.yml | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 2fac235..fc413d6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,16 +11,29 @@ steps: commands: - #apt update && apt install make gcc -y - make - - name: "Doxygen" - image: ubuntu:latest + + - name: "Doxygen-build" image: tsgkadot/docker-doxygen + volumes: + - name: html + path: html commands: - doxygen + + - name: "Doxygen-deploy" + image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-docdeployer + volumes: + - name: html + path: html + commands: + - /entrypoint.sh + depends_on: + - "Doxygen-build" + - name: "Tests" image: gcc:latest volumes: - name: build path: ./build commands: - - apt update && apt install make gcc -y - ./bstart.sh -o "-t"