mirror of
https://gitlab.com/klmp200/LO41.git
synced 2024-11-23 17:23:21 +00:00
Pour tester un peu Drone sur le dépôt miroir.
This commit is contained in:
parent
7310882fde
commit
716ded6245
10
.drone.yml
Normal file
10
.drone.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user