mirror of
https://gitlab.com/klmp200/fish.git
synced 2024-11-14 04:43:20 +00:00
Ajout d'une config drone pour le repo mirroir
This commit is contained in:
parent
1df109b825
commit
48e8c77f3d
20
.drone.yml
Normal file
20
.drone.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user