docker image has SDL2-devel
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
parent
20033769c5
commit
66c46c4bbd
|
@ -6,7 +6,6 @@ steps:
|
||||||
- name: build-linux
|
- name: build-linux
|
||||||
image: thatcosmonaut/moonworks-build
|
image: thatcosmonaut/moonworks-build
|
||||||
commands:
|
commands:
|
||||||
- dnf install -y 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
|
||||||
|
@ -16,7 +15,6 @@ steps:
|
||||||
- name: build-windows
|
- name: build-windows
|
||||||
image: thatcosmonaut/moonworks-build
|
image: thatcosmonaut/moonworks-build
|
||||||
commands:
|
commands:
|
||||||
- dnf install -y SDL2-devel
|
|
||||||
- git submodule update --recursive --init
|
- git submodule update --recursive --init
|
||||||
- cmake -E make_directory ./windows-build
|
- cmake -E make_directory ./windows-build
|
||||||
- cd ./windows-build
|
- cd ./windows-build
|
||||||
|
|
Loading…
Reference in New Issue