1
0
mirror of https://gitlab.com/klmp200/LO41.git synced 2026-05-13 12:38:12 +00:00

Pour tester un peu Drone sur le dépôt miroir.

This commit is contained in:
2018-06-24 21:35:48 +02:00
parent 7310882fde
commit 716ded6245
+10
View 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