forked from MoonsideGames/Refresh
trying new docker image
parent
dd1ba55312
commit
6b2f49dd22
|
@ -4,9 +4,9 @@ name: default
|
|||
|
||||
steps:
|
||||
- name: build
|
||||
image: fedora
|
||||
image: thatcosmonaut/moonworks-build
|
||||
commands:
|
||||
- dnf install -y git cmake clang SDL2-devel
|
||||
- dnf install -y git cmake
|
||||
- git submodule update --recursive --init
|
||||
- cmake -E make_directory ./build
|
||||
- cd ./build
|
||||
|
|
Loading…
Reference in New Issue