trying new docker image
continuous-integration/drone/push Build is failing Details

pull/1/head
cosmonaut 2021-02-27 13:03:23 -08:00
parent dd1ba55312
commit 6b2f49dd22
1 changed files with 2 additions and 2 deletions

View File

@ -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