Refresh/.drone.yml

15 lines
292 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: build
image: thatcosmonaut/moonworks-build
commands:
- dnf install -y git cmake SDL2-devel
- git submodule update --recursive --init
- cmake -E make_directory ./build
- cd ./build
- cmake -S .. -B .
- make