docker image takes care of some of these packages
continuous-integration/drone/push Build was killed Details

pull/1/head
cosmonaut 2021-02-27 14:18:31 -08:00
parent 98d31a3a57
commit 20033769c5
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ steps:
- name: build-linux
image: thatcosmonaut/moonworks-build
commands:
- dnf install -y git cmake SDL2-devel
- dnf install -y SDL2-devel
- git submodule update --recursive --init
- cmake -E make_directory ./build
- cd ./build
@ -16,7 +16,7 @@ steps:
- name: build-windows
image: thatcosmonaut/moonworks-build
commands:
- dnf install -y git cmake SDL2-devel
- dnf install -y SDL2-devel
- git submodule update --recursive --init
- cmake -E make_directory ./windows-build
- cd ./windows-build