Ajout d'une config drone pour le repo mirroir

This commit is contained in:
Antoine Bartuccio 2018-06-25 01:41:14 +02:00
parent 1df109b825
commit 48e8c77f3d
Signed by: klmp200
GPG Key ID: E7245548C53F904B
1 changed files with 20 additions and 0 deletions

20
.drone.yml Normal file
View File

@ -0,0 +1,20 @@
pipeline:
build:
image: gcc
commands:
- apt update
- apt -y install make cmake gcc python libpcre3 lippcre3-dev
- mkdir cmake-build
- cd cmake-build
- cmake ..
- make
test:
image: gcc
commands:
- apt update
- apt -y install make cmake gcc python libpcre3 lippcre3-dev
- mkdir cmake-build
- cd cmake-build
- cmake ..
- make
- make test