1
0
mirror of https://gitlab.com/klmp200/fish.git synced 2025-07-25 10:59:56 +00:00

Ajout d'une config drone pour le repo mirroir

This commit is contained in:
2018-06-25 01:41:14 +02:00
parent 1df109b825
commit 48e8c77f3d

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