LO41/.drone.yml

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