re-add SDL2-devel to build
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
6b2f49dd22
commit
587f74bf34
|
@ -6,7 +6,7 @@ steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: thatcosmonaut/moonworks-build
|
image: thatcosmonaut/moonworks-build
|
||||||
commands:
|
commands:
|
||||||
- dnf install -y git cmake
|
- dnf install -y git cmake SDL2-devel
|
||||||
- git submodule update --recursive --init
|
- git submodule update --recursive --init
|
||||||
- cmake -E make_directory ./build
|
- cmake -E make_directory ./build
|
||||||
- cd ./build
|
- cd ./build
|
||||||
|
|
Loading…
Reference in New Issue