kopia lustrzana
https://gitlab.com/klmp200/LO41.git
synced 2025-07-11 04:09:24 +00:00
Wszystkie etapy powiodły się
continuous-integration/drone/push Build is passing
10 wiersze
193 B
YAML
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 |