mirror of
https://gitlab.com/klmp200/LO41.git
synced 2025-07-27 03:49:57 +00:00
Pour tester un peu Drone sur le dépôt miroir.
This commit is contained in:
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
|
Reference in New Issue
Block a user