Pour tester un peu Drone sur le dépôt miroir.

This commit is contained in:
Antoine Bartuccio 2018-06-24 21:35:48 +02:00
parent 7310882fde
commit 716ded6245
Signed by: klmp200
GPG Key ID: E7245548C53F904B
1 changed files with 10 additions and 0 deletions

10
.drone.yml Normal file
View File

@ -0,0 +1,10 @@
pipeline:
build:
image: ubuntu:artful
commands:
- apt update
- apt -y install make cmake gcc
- mkdir cmake-build
- cd make-build
- cmake ..
- make