Add CI
continuous-integration/drone/push Build is passing Details

pull/2/head
Clément FRÉVILLE 2 years ago
parent 3a30b05375
commit c264cf26e0

@ -0,0 +1,10 @@
kind: pipeline
type: docker
name: default
steps:
- name: build
image: hub.codefirst.iut.uca.fr/clement.freville2/planificador-build-image:latest
commands:
- mkdir build && cd build && cmake ..
- make
Loading…
Cancel
Save