Refresh/.drone.yml

15 lines
292 B
YAML
Raw Normal View History

2021-01-05 07:31:56 +00:00
kind: pipeline
type: docker
name: default
steps:
- name: build
2021-02-27 21:03:23 +00:00
image: thatcosmonaut/moonworks-build
2021-01-05 07:31:56 +00:00
commands:
2021-02-27 21:07:09 +00:00
- dnf install -y git cmake SDL2-devel
2021-01-05 07:31:56 +00:00
- git submodule update --recursive --init
- cmake -E make_directory ./build
- cd ./build
- cmake -S .. -B .
- make