mirror of
https://gitlab.com/klmp200/LO41.git
synced 2025-07-11 12:19:25 +00:00
All checks were successful
continuous-integration/drone/push Build is passing
10 lines
193 B
YAML
10 lines
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 |