1
0
kopia lustrzana https://gitlab.com/klmp200/LO41.git synced 2025-07-11 04:09:24 +00:00
Files
LO41/.drone.yml
Bartuccio Antoine 6738f8af65
Wszystkie etapy powiodły się
continuous-integration/drone/push Build is passing
J'ajoute le superbe readme et je met à jour la CI
2019-07-23 00:07:20 +02:00

10 wiersze
193 B
YAML

pipeline:
build:
image: ubuntu:bionic
commands:
- apt update
- apt -y install make cmake gcc
- mkdir cmake-build
- cd cmake-build
- cmake ..
- make