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

main
Clément FRÉVILLE 2 years ago
parent 0aa3349aa3
commit 9769f788b5

@ -0,0 +1,9 @@
kind: pipeline
type: docker
name: default
steps:
- name: build
image: gcc:13
commands:
- make
Loading…
Cancel
Save