trying new docker image
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
parent
dd1ba55312
commit
6b2f49dd22
|
@ -4,9 +4,9 @@ name: default
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: fedora
|
image: thatcosmonaut/moonworks-build
|
||||||
commands:
|
commands:
|
||||||
- dnf install -y git cmake clang SDL2-devel
|
- dnf install -y git cmake
|
||||||
- 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