Merge branch 'master' of https://codefirst.iut.uca.fr/git/maxime.batista/SAE-1.02-Structure-de-donnees
continuous-integration/drone/push Build is passing Details

pull/17/head
Vivien DUFOUR 2 years ago
commit 4e1f11c82b

@ -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"